1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

external-poky-toolchain: package-status doesn't exist any more

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4037 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-03-17 15:37:14 +00:00
parent c52bb0cda2
commit 402c7dcb27
@@ -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