diff options
-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 edac18b3b7..14293f83c4 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -533,7 +533,7 @@ python () { | |||
533 | bb.debug(1, "INCLUDING the package " + pkg) | 533 | bb.debug(1, "INCLUDING the package " + pkg) |
534 | elif all_skipped or incompatible_license(d, bad_licenses): | 534 | elif all_skipped or incompatible_license(d, bad_licenses): |
535 | bb.debug(1, "SKIPPING recipe %s because it's %s" % (pn, license)) | 535 | bb.debug(1, "SKIPPING recipe %s because it's %s" % (pn, license)) |
536 | raise bb.parse.SkipPackage("incompatible with license %s" % license) | 536 | raise bb.parse.SkipPackage("it has an incompatible license: %s" % license) |
537 | elif pn in whitelist: | 537 | elif pn in whitelist: |
538 | if pn in incompatwl: | 538 | if pn in incompatwl: |
539 | bb.note("INCLUDING " + pn + " as buildable despite INCOMPATIBLE_LICENSE because it has been whitelisted") | 539 | bb.note("INCLUDING " + pn + " as buildable despite INCOMPATIBLE_LICENSE because it has been whitelisted") |