mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
update_classic_status: set category for KDE packages
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
b05a24d41f
commit
33fba17414
|
@ -182,6 +182,10 @@ def main():
|
|||
recipe.classic_category = 'perl'
|
||||
recipe.save()
|
||||
updated = True
|
||||
elif 'kde.org' in source0.url or 'github.com/KDE' in source0.url:
|
||||
recipe.classic_category = 'kde'
|
||||
recipe.save()
|
||||
updated = True
|
||||
if not found:
|
||||
if recipe.pn.startswith('R-'):
|
||||
recipe.classic_category = 'R'
|
||||
|
|
Loading…
Reference in New Issue
Block a user