]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: Fix spelling mistakes and change log level
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 9 Oct 2010 15:25:03 +0000 (16:25 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 9 Oct 2010 15:25:03 +0000 (16:25 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/classes/base.bbclass

index 3c3c779dba2253499eb1e1c2621c78bbb5c33fde..aee75297eb06b0fc6d03f1f59249b9ed654a102e 100644 (file)
@@ -469,7 +469,7 @@ python () {
     commercial_license = bb.data.getVar('COMMERCIAL_LICENSE', d, 1)
     import re
     if commercial_license and re.search(pn, commercial_license):
-        bb.note("SKIPPING %s because it's Commerciallly Licensed" % pn)
+        bb.debug("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)