summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-06 09:52:53 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-06 09:52:53 +0000
commitdedaeb4fcbca969880edd00bd98bdc64f6a56305 (patch)
tree81b14c3ce623e5efa1733b19bbab2d822868eebc /meta/classes
parent65ff103fd8fed0b8980715cdbbe4723302f69beb (diff)
downloadpoky-dedaeb4fcbca969880edd00bd98bdc64f6a56305.tar.gz
packaged-staging.bbclass: Tweak package install command
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4598 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/packaged-staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass
index 0dd6900d77..3ff37ddd65 100644
--- a/meta/classes/packaged-staging.bbclass
+++ b/meta/classes/packaged-staging.bbclass
@@ -190,7 +190,7 @@ python packagestage_scenefunc () {
190 # 190 #
191 # Install the staging package somewhere temporarily so we can extract the stamp files 191 # Install the staging package somewhere temporarily so we can extract the stamp files
192 # 192 #
193 cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -force-depends -f ${PSTAGE_MACHCONFIG} -o ${WORKDIR}/tstage install", d) 193 cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d)
194 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg)) 194 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg))
195 if ret != 0: 195 if ret != 0:
196 bb.fatal("Couldn't install the staging package to a temp directory") 196 bb.fatal("Couldn't install the staging package to a temp directory")