summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-09-17 00:57:05 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-17 22:25:23 +0100
commit00127b3744a10696dd8f554fd3bd60bfc06d198c (patch)
tree3d20b0b51ec08ff93aa0b52f74649b1c5e6b7cf5 /meta
parent5912ab1de17da4538223096f009dd5e8e31ab4d2 (diff)
downloadpoky-00127b3744a10696dd8f554fd3bd60bfc06d198c.tar.gz
packaged-staging.bbclass Use libdir_native for opkg paths in directory creation
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-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 68aad800a2..4246d04b51 100644
--- a/meta/classes/packaged-staging.bbclass
+++ b/meta/classes/packaged-staging.bbclass
@@ -210,7 +210,7 @@ python packagestage_scenefunc () {
210 # 210 #
211 # Install the staging package somewhere temporarily so we can extract the stamp files 211 # Install the staging package somewhere temporarily so we can extract the stamp files
212 # 212 #
213 bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${libdir}/opkg/info/ ", d)) 213 bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${libdir_native}/opkg/info/ ", d))
214 cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d) 214 cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d)
215 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg)) 215 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg))
216 if ret != 0: 216 if ret != 0: