summaryrefslogtreecommitdiffstats
path: root/meta/classes/packaged-staging.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/packaged-staging.bbclass')
-rw-r--r--meta/classes/packaged-staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass
index fa23723ae7..5de5970880 100644
--- a/meta/classes/packaged-staging.bbclass
+++ b/meta/classes/packaged-staging.bbclass
@@ -190,7 +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 bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${layout_libdir}/opkg/info/ ", d))
194 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)
195 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg)) 195 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg))
196 if ret != 0: 196 if ret != 0: