1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

rootfs_deb.bbclass: Backport bashism fix from trunk

git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@2504 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-08-16 14:11:16 +00:00
parent bdb1f56ae1
commit 76d5cdc3e0
+5 -1
View File
@@ -1,9 +1,13 @@
#
# Copyright 2006-2007 Openedhand Ltd.
#
do_rootfs[depends] += "dpkg-native:do_populate_staging apt-native:do_populate_staging"
fakeroot rootfs_deb_do_rootfs () {
set +e
mkdir -p ${IMAGE_ROOTFS}/var/dpkg/{info,updates}
mkdir -p ${IMAGE_ROOTFS}/var/dpkg/info
mkdir -p ${IMAGE_ROOTFS}/var/dpkg/updates
rm -f ${STAGING_DIR}/etc/apt/sources.list.rev
rm -f ${STAGING_DIR}/etc/apt/preferences