From: Leon Woestenberg Date: Sat, 24 Mar 2007 10:54:11 +0000 (+0000) Subject: image.bbclass: Removed wildcard rm as it broke building multiple rootfs image types. X-Git-Tag: Release-2010-05/1~8868^2~1003 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11b05312d81a8ccabd4c8c93de0741d03df8190;p=openembedded.git image.bbclass: Removed wildcard rm as it broke building multiple rootfs image types. --- diff --git a/classes/image.bbclass b/classes/image.bbclass index 5055b5b987..4f870915d0 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -93,7 +93,7 @@ fakeroot do_rootfs () { fi cd ${DEPLOY_DIR_IMAGE}/ - rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.* + rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.$type ln -s ${IMAGE_NAME}.rootfs.$type ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.$type done