diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/packaged-staging.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass index 0dd6900d77..3ff37ddd65 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 | cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -force-depends -f ${PSTAGE_MACHCONFIG} -o ${WORKDIR}/tstage install", d) | 193 | 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)) | 194 | ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg)) |
195 | if ret != 0: | 195 | if ret != 0: |
196 | bb.fatal("Couldn't install the staging package to a temp directory") | 196 | bb.fatal("Couldn't install the staging package to a temp directory") |