From: Paul Eggleton Date: Tue, 23 Aug 2011 15:51:07 +0000 (+0100) Subject: base.bbclass: clarify COMMERCIAL_LICENSE skip reason X-Git-Tag: 2011-1~262 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=463d1719cc627ef22089282acfe70d7fcb835419;p=openembedded-core.git base.bbclass: clarify COMMERCIAL_LICENSE skip reason Change to a proper sentence and add a reference to the COMMERCIAL_LICENSE variable so that the user knows where this can be controlled. Addresses remainder of [YOCTO #846] Signed-off-by: Paul Eggleton --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 4332d2434e..3501f4becb 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -345,7 +345,7 @@ python () { pnr = pn.replace('+', "\+") if commercial_license and re.search(pnr, commercial_license): bb.debug(1, "Skipping %s because it's commercially licensed" % pn) - raise bb.parse.SkipPackage("because it requires commercial license to ship product") + raise bb.parse.SkipPackage("because it may require a commercial license to ship in a product (listed in COMMERCIAL_LICENSE)") # If we're building a target package we need to use fakeroot (pseudo) # in order to capture permissions, owners, groups and special files