]> code.ossystems Code Review - openembedded-core.git/commitdiff
packaged-staging.bbclass: Tweak package install command
authorRichard Purdie <richard@openedhand.com>
Fri, 6 Jun 2008 09:52:53 +0000 (09:52 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 6 Jun 2008 09:52:53 +0000 (09:52 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4598 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/packaged-staging.bbclass

index 0dd6900d77b6b6b0ccc06de0adda31b8c63d61c4..3ff37ddd655bc3383715560d282a1e385007f85f 100644 (file)
@@ -190,7 +190,7 @@ python packagestage_scenefunc () {
         #
         # Install the staging package somewhere temporarily so we can extract the stamp files
         #
-        cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -force-depends -f ${PSTAGE_MACHCONFIG} -o ${WORKDIR}/tstage install", d)
+        cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d)
         ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg))
         if ret != 0:
             bb.fatal("Couldn't install the staging package to a temp directory")