summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta/external-poky-toolchain.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-24 23:08:48 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-24 23:08:48 +0000
commitf3b89a0ed3d08ba880ca111f868c839d33a0aad4 (patch)
tree33a5832f0857b7ce9aa89d48383fb920a0e796c0 /meta/packages/meta/external-poky-toolchain.bb
parent48c7f7fc85758bad6398b139438ade720724a05e (diff)
downloadpoky-f3b89a0ed3d08ba880ca111f868c839d33a0aad4.tar.gz
packages/meta: Remove pkgmaps references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3226 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/meta/external-poky-toolchain.bb')
-rw-r--r--meta/packages/meta/external-poky-toolchain.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/meta/external-poky-toolchain.bb b/meta/packages/meta/external-poky-toolchain.bb
index 9ba6ee031c..03b27dbd2f 100644
--- a/meta/packages/meta/external-poky-toolchain.bb
+++ b/meta/packages/meta/external-poky-toolchain.bb
@@ -27,12 +27,10 @@ do_stage() {
27 27
28 install -d ${DEPLOY_DIR}/ipk/ 28 install -d ${DEPLOY_DIR}/ipk/
29 install -d ${STAGING_DIR}/pkgdata/ 29 install -d ${STAGING_DIR}/pkgdata/
30 install -d ${STAGING_DIR}/pkgmaps/
31 install -d ${STAGING_DIR_TARGET}/shlibs/ 30 install -d ${STAGING_DIR_TARGET}/shlibs/
32 31
33 cp -ar ${prefix}/ipk/* ${DEPLOY_DIR}/ipk/ 32 cp -ar ${prefix}/ipk/* ${DEPLOY_DIR}/ipk/
34 cp -ar ${prefix}/pkgdata/* ${STAGING_DIR}/pkgdata/ 33 cp -ar ${prefix}/pkgdata/* ${STAGING_DIR}/pkgdata/
35 cp -ar ${prefix}/pkgmaps/* ${STAGING_DIR}/pkgmaps/
36 cp -ar ${prefix}/${TARGET_SYS}/shlibs/* ${STAGING_DIR_TARGET}/shlibs/ 34 cp -ar ${prefix}/${TARGET_SYS}/shlibs/* ${STAGING_DIR_TARGET}/shlibs/
37} 35}
38 36