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:
b47f572
)
rootfs_ipk.bbclass: placate Fedora Core 5 by removing only the contents
author
Mike Westerhof
<mwester@dls.net>
Thu, 1 Mar 2007 05:28:00 +0000
(
05:28
+0000)
committer
Mike Westerhof
<mwester@dls.net>
Thu, 1 Mar 2007 05:28:00 +0000
(
05:28
+0000)
of the oe-feed directory and not the directory itself.
classes/rootfs_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.bbclass
b/classes/rootfs_ipk.bbclass
index
eeb2f3f
..
4f9af88
100644
(file)
--- a/
classes/rootfs_ipk.bbclass
+++ b/
classes/rootfs_ipk.bbclass
@@
-46,7
+46,7
@@
rootfs_create_combined_feed() {
# To catch deleted / changed packages, we have to completly rebuild
# the symlinks every time.
- test -d "${DEPLOY_DIR}/oe-feed" && rm -rf "${DEPLOY_DIR}/oe-feed/"
+ test -d "${DEPLOY_DIR}/oe-feed" && rm -rf "${DEPLOY_DIR}/oe-feed/
*
"
case "${DEPLOY_ENABLE_OEFEED}" in
1) MAKE_INDEX_TYPE="fast" ;;