mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
base.bbclass: Fix spelling mistakes and change log level
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -469,7 +469,7 @@ python () {
|
|||||||
commercial_license = bb.data.getVar('COMMERCIAL_LICENSE', d, 1)
|
commercial_license = bb.data.getVar('COMMERCIAL_LICENSE', d, 1)
|
||||||
import re
|
import re
|
||||||
if commercial_license and re.search(pn, commercial_license):
|
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")
|
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)
|
# If we're building a target package we need to use fakeroot (pseudo)
|
||||||
|
|||||||
Reference in New Issue
Block a user