diff options
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: |