From: Richard Purdie Date: Thu, 19 Nov 2009 13:33:14 +0000 (+0000) Subject: poky-external-toolchain: Alter staging in do_install step X-Git-Tag: 2011-1~6674 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=40a88a10635a5d7c32914218cb6142ec9bbd478f;p=openembedded-core.git poky-external-toolchain: Alter staging in do_install step Signed-off-by: Richard Purdie --- 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-*" INHIBIT_DEFAULT_DEPS = "1" PR = "r1" -#inherit nativesdk - -do_stage() { +do_install() { if [ ! -e ${prefix}/environment-setup ]; then echo "The Poky toolchain could not be found in ${prefix}!" exit 1