package_ipk: Fix syntax error - incorrect usage of bb.data.expand
authorChris Larson <chris_larson@mentor.com>
Wed, 23 Jun 2010 21:48:42 +0000 (14:48 -0700)
committerChris 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

index 435d59f..cd01496 100644 (file)
@@ -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