mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
packaged-staging.bbclass: create the opkg directories as required (from Richard)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4646 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -190,6 +190,7 @@ python packagestage_scenefunc () {
|
||||
#
|
||||
# Install the staging package somewhere temporarily so we can extract the stamp files
|
||||
#
|
||||
bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${layout_libdir}/opkg/info/ ", 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:
|
||||
|
||||
Reference in New Issue
Block a user