diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-19 13:33:14 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-19 13:33:14 +0000 |
commit | 40a88a10635a5d7c32914218cb6142ec9bbd478f (patch) | |
tree | 282bda985cc11490b2dae5a9f2e82b125ab40a96 /meta | |
parent | b90e55697dccf0bae09de8b223a1395650ad3f47 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/meta/external-poky-toolchain.bb | 4 |
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-*" | |||
14 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
15 | PR = "r1" | 15 | PR = "r1" |
16 | 16 | ||
17 | #inherit nativesdk | 17 | do_install() { |
18 | |||
19 | do_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 |