mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
package.bbclass: Remove debug code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3245 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -193,7 +193,6 @@ def get_package_mapping (pkg, d):
|
|||||||
key = "PKG_%s" % pkg
|
key = "PKG_%s" % pkg
|
||||||
|
|
||||||
if key in data:
|
if key in data:
|
||||||
bb.msg.plain("Data for %s is %s" % (key, data[key]))
|
|
||||||
return data[key]
|
return data[key]
|
||||||
|
|
||||||
return pkg
|
return pkg
|
||||||
|
|||||||
Reference in New Issue
Block a user