From aacc63c673f2790e14a3c55b6461d68d0022927d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 29 Jul 2007 22:41:37 +0000 Subject: [PATCH] image.bbclass: Fix other bbimage refernce --- classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5