summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-19 13:33:14 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-19 13:33:14 +0000
commit40a88a10635a5d7c32914218cb6142ec9bbd478f (patch)
tree282bda985cc11490b2dae5a9f2e82b125ab40a96 /meta/packages/meta
parentb90e55697dccf0bae09de8b223a1395650ad3f47 (diff)
downloadpoky-40a88a10635a5d7c32914218cb6142ec9bbd478f.tar.gz
poky-external-toolchain: Alter staging in do_install step
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/meta')
-rw-r--r--meta/packages/meta/external-poky-toolchain.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/meta/external-poky-toolchain.bb b/meta/packages/meta/external-poky-toolchain.bb
index ca3c1dfad1..77b5a2805a 100644
--- a/meta/packages/meta/external-poky-toolchain.bb
+++ b/meta/packages/meta/external-poky-toolchain.bb
@@ -14,9 +14,7 @@ PACKAGES_DYNAMIC = "glibc-gconv-*"
14INHIBIT_DEFAULT_DEPS = "1" 14INHIBIT_DEFAULT_DEPS = "1"
15PR = "r1" 15PR = "r1"
16 16
17#inherit nativesdk 17do_install() {
18
19do_stage() {
20 if [ ! -e ${prefix}/environment-setup ]; then 18 if [ ! -e ${prefix}/environment-setup ]; then
21 echo "The Poky toolchain could not be found in ${prefix}!" 19 echo "The Poky toolchain could not be found in ${prefix}!"
22 exit 1 20 exit 1