summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 0032b302cf..c6494e3cea 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -468,6 +468,8 @@ python () {
468 "-cross-canadian-${TRANSLATED_TARGET_ARCH}"]: 468 "-cross-canadian-${TRANSLATED_TARGET_ARCH}"]:
469 if pn.endswith(d.expand(t)): 469 if pn.endswith(d.expand(t)):
470 check_license = False 470 check_license = False
471 if pn.startswith("gcc-source-"):
472 check_license = False
471 473
472 if check_license and bad_licenses: 474 if check_license and bad_licenses:
473 bad_licenses = expand_wildcard_licenses(d, bad_licenses) 475 bad_licenses = expand_wildcard_licenses(d, bad_licenses)