From: Richard Purdie Date: Wed, 1 Aug 2007 11:25:15 +0000 (+0000) Subject: image.bbclass: Ensure the system python is used, not the one in staging X-Git-Tag: 2011-1~11167 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ef8532ad2ee1d4715755ea8c11410bb656cf7e5a;p=openembedded-core.git image.bbclass: Ensure the system python is used, not the one in staging git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2250 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index cbdc29914e..f33108d094 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -70,9 +70,9 @@ fakeroot do_rootfs () { for type in ${IMAGE_FSTYPES}; do if test -z "$FAKEROOTKEY"; then - fakeroot -i ${TMPDIR}/fakedb.image bbimage -t $type -e ${FILE} + fakeroot -i ${TMPDIR}/fakedb.image ${PYTHON} `which bbimage` -t $type -e ${FILE} else - bbimage -n "${IMAGE_NAME}" -t "$type" -e "${FILE}" + ${PYTHON} `which bbimage` -n "${IMAGE_NAME}" -t "$type" -e "${FILE}" fi cd ${DEPLOY_DIR_IMAGE}/