rootfs_ipk: Remove extra rm command to ensure /dev is correctly created

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@762 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-09-26 09:47:06 +00:00
parent c2e7a8d1d4
commit 2ea41da820
1 changed files with 1 additions and 5 deletions

View File

@ -25,7 +25,7 @@ IMAGE_LINGUAS ?= "de-de fr-fr en-gb"
LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVar('IMAGE_LINGUAS', d, 1).split()))}"
real_do_rootfs () {
fakeroot rootfs_ipk_do_rootfs () {
set -x
mkdir -p ${IMAGE_ROOTFS}/dev
@ -113,10 +113,6 @@ log_check() {
}
fakeroot rootfs_ipk_do_rootfs () {
rm -rf ${IMAGE_ROOTFS}
real_do_rootfs
}
# set '*' as the rootpassword so the images
# can decide if they want it or not