]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-external-toolchain: Alter staging in do_install step
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 19 Nov 2009 13:33:14 +0000 (13:33 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 19 Nov 2009 13:33:14 +0000 (13:33 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/meta/external-poky-toolchain.bb

index ca3c1dfad19bdde4dacb3ffac4854748a73f1c90..77b5a2805acc2151842358446389bc8900d3819f 100644 (file)
@@ -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