summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-06-18 15:13:53 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-06-18 15:13:53 +0000
commit97470a03ce59301e4ddfca93af76adcc49efad4d (patch)
treeb25a1647e9b9847f15a0e491a41597ef618aeecb /classes
parent9605a91a5f0fe0017961a9c6d8845db2d0a629b7 (diff)
parent1d784637a62bed7702bba56771b051899744f0bf (diff)
merge of '667771aae40d71d3a640333d77db8501aaa679df'
and '789d64c5f0950113dd422cc0a20a91d15947ad09'
Diffstat (limited to 'classes')
-rw-r--r--classes/packaged-staging.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index 0dd6900d77..5de5970880 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -190,7 +190,8 @@ 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)
+ 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:
bb.fatal("Couldn't install the staging package to a temp directory")