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:
6b59712
)
move "rm -rf ${IMAGE_ROOTFS}" to less damaging place
author
Phil Blundell
<philb@gnu.org>
Sat, 31 Jul 2004 23:56:01 +0000
(23:56 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sat, 31 Jul 2004 23:56:01 +0000
(23:56 +0000)
BKrev: 410c3191lYtPcTGDsw-2Cf0DkzLXNw
classes/rootfs_ipk.oeclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.oeclass
b/classes/rootfs_ipk.oeclass
index
723712a
..
e92d189
100644
(file)
--- a/
classes/rootfs_ipk.oeclass
+++ b/
classes/rootfs_ipk.oeclass
@@
-24,7
+24,6
@@
IPKG_INSTALL =+ "${@" ".join(map(lambda s: "locale-base-%s" % s, oe.data.getVar(
real_do_rootfs () {
set -x
- rm -rf ${IMAGE_ROOTFS}
mkdir -p ${IMAGE_ROOTFS}/dev
@@
-71,6
+70,7
@@
EOF
}
fakeroot do_rootfs () {
+ rm -rf ${IMAGE_ROOTFS}
real_do_rootfs
}