]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: Correct bb.debug parameters
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 31 Dec 2010 09:24:59 +0000 (09:24 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 31 Dec 2010 09:51:18 +0000 (09:51 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/classes/base.bbclass

index c60048bd50b57e750670135d438a4b26f9ef5fc6..f726b3c0904c91b532529249063b511de6189265 100644 (file)
@@ -419,7 +419,7 @@ python () {
     commercial_license = bb.data.getVar('COMMERCIAL_LICENSE', d, 1)
     import re
     if commercial_license and re.search(pn, commercial_license):
-        bb.debug("Skipping %s because it's commercially licensed" % pn)
+        bb.debug(1, "Skipping %s because it's commercially licensed" % pn)
         raise bb.parse.SkipPackage("because it requires commercial license to ship product")
 
     # If we're building a target package we need to use fakeroot (pseudo)