summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-09-17 09:54:01 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-17 22:25:25 +0100
commit0756b3138393bdcc4e0feb4bad47a4dd3a972537 (patch)
tree32c445136e32757347f65784ac5c1dd38123296b /meta
parent191b03036cd61f0c840821021bac291e3448647f (diff)
downloadpoky-0756b3138393bdcc4e0feb4bad47a4dd3a972537.tar.gz
external-poky-toolchain: Don't inherit nativesdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/meta/external-poky-toolchain.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/meta/external-poky-toolchain.bb b/meta/packages/meta/external-poky-toolchain.bb
index 8bcc266d28..ca3c1dfad1 100644
--- a/meta/packages/meta/external-poky-toolchain.bb
+++ b/meta/packages/meta/external-poky-toolchain.bb
@@ -14,7 +14,7 @@ PACKAGES_DYNAMIC = "glibc-gconv-*"
14INHIBIT_DEFAULT_DEPS = "1" 14INHIBIT_DEFAULT_DEPS = "1"
15PR = "r1" 15PR = "r1"
16 16
17inherit nativesdk 17#inherit nativesdk
18 18
19do_stage() { 19do_stage() {
20 if [ ! -e ${prefix}/environment-setup ]; then 20 if [ ! -e ${prefix}/environment-setup ]; then