summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta/meta-toolchain.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-12 11:06:34 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-12 11:06:34 +0000
commit0e09147de182aeb96cff9ff59211b3d907ba83f7 (patch)
tree004da019bcbfcd9e2325f1855877eca18fc56587 /meta/packages/meta/meta-toolchain.bb
parent19f1bad37806b5e0b4d971d09226eda51345c9d2 (diff)
downloadpoky-0e09147de182aeb96cff9ff59211b3d907ba83f7.tar.gz
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/meta/meta-toolchain.bb')
-rw-r--r--meta/packages/meta/meta-toolchain.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/meta/meta-toolchain.bb b/meta/packages/meta/meta-toolchain.bb
index 16e48a0c56..b6705e0a53 100644
--- a/meta/packages/meta/meta-toolchain.bb
+++ b/meta/packages/meta/meta-toolchain.bb
@@ -91,8 +91,8 @@ do_populate_sdk() {
91 if [ -e ${STAGING_DIR}/pkgmaps/debian/$subpkg ]; then 91 if [ -e ${STAGING_DIR}/pkgmaps/debian/$subpkg ]; then
92 cp ${STAGING_DIR}/pkgmaps/debian/$subpkg ${SDK_OUTPUT}/${prefix}/pkgmaps/debian/ 92 cp ${STAGING_DIR}/pkgmaps/debian/$subpkg ${SDK_OUTPUT}/${prefix}/pkgmaps/debian/
93 fi 93 fi
94 if [ -e ${STAGING_DIR}/${TARGET_SYS}/shlibs/$subpkg.list ]; then 94 if [ -e ${STAGING_DIR_TARGET}/shlibs/$subpkg.list ]; then
95 cp ${STAGING_DIR}/${TARGET_SYS}/shlibs/$subpkg.* ${SDK_OUTPUT}/${prefix}/${TARGET_SYS}/shlibs/ 95 cp ${STAGING_DIR_TARGET}/shlibs/$subpkg.* ${SDK_OUTPUT}/${prefix}/${TARGET_SYS}/shlibs/
96 fi 96 fi
97 done 97 done
98 break 98 break