git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f9b91
)
package_ipk: Fix syntax error - incorrect usage of bb.data.expand
author
Chris Larson
<chris_larson@mentor.com>
Wed, 23 Jun 2010 21:48:42 +0000
(14:48 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Thu, 24 Jun 2010 17:15:07 +0000
(10:15 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/package_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/package_ipk.bbclass
b/classes/package_ipk.bbclass
index
435d59f
..
cd01496
100644
(file)
--- a/
classes/package_ipk.bbclass
+++ b/
classes/package_ipk.bbclass
@@
-196,7
+196,7
@@
python do_package_ipk () {
except ValueError:
pass
if not g and bb.data.getVar('ALLOW_EMPTY', localdata) != "1":
- bb.note("Not creating empty archive for %s-%s" % (pkg, bb.data.expand('${PV}-${PR}${DISTRO_PR}', localdata
, True
)))
+ bb.note("Not creating empty archive for %s-%s" % (pkg, bb.data.expand('${PV}-${PR}${DISTRO_PR}', localdata)))
bb.utils.unlockfile(lf)
continue