]> code.ossystems Code Review - openembedded-core.git/commitdiff
external-poky-toolchain: package-status doesn't exist any more
authorRichard Purdie <richard@openedhand.com>
Mon, 17 Mar 2008 15:37:14 +0000 (15:37 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 17 Mar 2008 15:37:14 +0000 (15:37 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4037 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/meta/external-poky-toolchain.bb

index d6035d18e3ca4be1b0e8ab82e209fe771d4f5166..0f79aaaaddda801cd42eabea244f0722a0045a57 100644 (file)
@@ -20,7 +20,7 @@ PR = "r1"
 inherit sdk
 
 do_stage() {
-       if [ ! -e  ${prefix}/package-status ]; then
+       if [ ! -e  ${prefix}/environment-setup ]; then
                echo "The Poky toolchain could not be found in ${prefix}!"
                exit 1
        fi