diff options
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index de81a7d687..06cfe260ac 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -443,7 +443,7 @@ python () { | |||
443 | check_license = False | 443 | check_license = False |
444 | 444 | ||
445 | if check_license and bad_licenses: | 445 | if check_license and bad_licenses: |
446 | bad_licenses = map(lambda l: canonical_license(d, l), bad_licenses) | 446 | bad_licenses = expand_wildcard_licenses(d, bad_licenses) |
447 | 447 | ||
448 | whitelist = [] | 448 | whitelist = [] |
449 | for lic in bad_licenses: | 449 | for lic in bad_licenses: |