mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
rrs/tools/rrs_unique_recipes.py: Also filter -source recipes.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
2404b45c5e
commit
d75b296349
|
@ -49,7 +49,7 @@ if __name__=="__main__":
|
|||
|
||||
# remove native, nativesdk cross and initial recipes
|
||||
logger.info('Starting remove of recipes with preffix or suffix ...')
|
||||
words = ['nativesdk-', '-native', '-cross', '-initial']
|
||||
words = ['nativesdk-', '-native', '-cross', '-initial', '-source']
|
||||
for layerbranch in LayerBranch.objects.all():
|
||||
for recipe in Recipe.objects.filter(layerbranch=layerbranch):
|
||||
match = any(w in recipe.pn for w in words)
|
||||
|
|
Loading…
Reference in New Issue
Block a user