From: Richard Purdie Date: Sun, 29 Jul 2007 22:41:37 +0000 (+0000) Subject: image.bbclass: Fix other bbimage refernce X-Git-Tag: Release-2010-05/1~8868^2~66^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aacc63c673f2790e14a3c55b6461d68d0022927d;p=openembedded.git image.bbclass: Fix other bbimage refernce --- diff --git a/classes/image.bbclass b/classes/image.bbclass index 05bc9d669b..101b53307a 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -89,7 +89,7 @@ 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 ${PYTHON} `which bbimage` -n "${IMAGE_NAME}" -t "$type" -e "${FILE}" fi