mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
packaged-staging.bbclass: Tweak package install command
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4598 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -190,7 +190,7 @@ python packagestage_scenefunc () {
|
|||||||
#
|
#
|
||||||
# Install the staging package somewhere temporarily so we can extract the stamp files
|
# 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))
|
ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg))
|
||||||
if ret != 0:
|
if ret != 0:
|
||||||
bb.fatal("Couldn't install the staging package to a temp directory")
|
bb.fatal("Couldn't install the staging package to a temp directory")
|
||||||
|
|||||||
Reference in New Issue
Block a user