mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
update_classic_status: categorise perl packages
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
33fba17414
commit
cd88e0c0ff
|
@ -234,6 +234,10 @@ def main():
|
|||
recipe.classic_category = 'gnome'
|
||||
recipe.save()
|
||||
updated = True
|
||||
elif recipe.pn.startswith('perl-'):
|
||||
recipe.classic_category = 'perl'
|
||||
recipe.save()
|
||||
updated = True
|
||||
if updated and updateobj:
|
||||
rupdate, _ = ComparisonRecipeUpdate.objects.get_or_create(update=updateobj, recipe=recipe)
|
||||
rupdate.link_updated = True
|
||||
|
|
Loading…
Reference in New Issue
Block a user