diff options
| -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 |
