diff options
author | Ross Burton <ross@openedhand.com> | 2008-06-13 16:15:47 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-06-13 16:15:47 +0000 |
commit | 168fda493acc776b3934a39faa1abc8bf5a6e300 (patch) | |
tree | bf5e9e6b08a30c992edc9d1b3b109352254990fe /meta | |
parent | f12d247cd80b9284050a9daa8cc0faa241aac280 (diff) | |
download | poky-168fda493acc776b3934a39faa1abc8bf5a6e300.tar.gz |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/packaged-staging.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass index 3ff37ddd65..fa23723ae7 100644 --- a/meta/classes/packaged-staging.bbclass +++ b/meta/classes/packaged-staging.bbclass | |||
@@ -190,6 +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 | bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${layout_libdir}/opkg/info/ ", d)) | ||
193 | cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d) | 194 | 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)) | 195 | ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg)) |
195 | if ret != 0: | 196 | if ret != 0: |