poky-external-toolchain: Alter staging in do_install step

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-19 13:33:14 +00:00
parent b90e55697d
commit 40a88a1063
1 changed files with 1 additions and 3 deletions

View 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