1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +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:
Richard Purdie
2007-11-27 15:09:56 +00:00
parent 60b925a1f6
commit 3526acda1a
-1
View File
@@ -193,7 +193,6 @@ def get_package_mapping (pkg, d):
key = "PKG_%s" % pkg
if key in data:
bb.msg.plain("Data for %s is %s" % (key, data[key]))
return data[key]
return pkg