git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda1cd8
)
image.bbclass: Removed wildcard rm as it broke building multiple rootfs image types.
author
Leon Woestenberg
<leon.woestenberg@gmail.com>
Sat, 24 Mar 2007 10:54:11 +0000
(10:54 +0000)
committer
Leon Woestenberg
<leon.woestenberg@gmail.com>
Sat, 24 Mar 2007 10:54:11 +0000
(10:54 +0000)
classes/image.bbclass
patch
|
blob
|
history
diff --git
a/classes/image.bbclass
b/classes/image.bbclass
index
5055b5b
..
4f87091
100644
(file)
--- 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