[oe-commits] org.oe.dev image.bbclass: Removed wildcard rm as it broke building multiple rootfs image types.

likewise commit openembedded-commits at lists.openembedded.org
Sat Mar 24 10:56:38 UTC 2007


image.bbclass: Removed wildcard rm as it broke building multiple rootfs image types.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 42e4a37b3bc1bce6b8ffb4ca48e06f8b74e5797a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=42e4a37b3bc1bce6b8ffb4ca48e06f8b74e5797a
Files:
1
classes/image.bbclass
Diffs:

#
# mt diff -re2677fadd6d2ef3d3fa60df01ca946a365a3e436 -r42e4a37b3bc1bce6b8ffb4ca48e06f8b74e5797a
#
# 
# 
# patch "classes/image.bbclass"
#  from [a8711c6252c211699a73f6b7017177bfdc03ca54]
#    to [2111e717ff5b9fe3a27b6376bb3bb2a494241fa2]
# 
============================================================
--- classes/image.bbclass	a8711c6252c211699a73f6b7017177bfdc03ca54
+++ classes/image.bbclass	2111e717ff5b9fe3a27b6376bb3bb2a494241fa2
@@ -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
 






More information about the Openembedded-commits mailing list