From: Richard Purdie Date: Fri, 31 Dec 2010 09:24:59 +0000 (+0000) Subject: base.bbclass: Correct bb.debug parameters X-Git-Tag: 2011-1~3208 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=278aad440eea74f2cb1eade5a13d8add804c16c5;p=openembedded-core.git base.bbclass: Correct bb.debug parameters Signed-off-by: Richard Purdie --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index c60048bd50..f726b3c090 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -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)