mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
rootfs_ipk.bbclass: Don't error if the file doesn't exist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5467 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -20,7 +20,7 @@ OPKG_POSTPROCESS_COMMANDS = "ipk_insert_feed_uris"
|
||||
fakeroot rootfs_ipk_do_rootfs () {
|
||||
set -x
|
||||
|
||||
rm ${IPKGCONF_TARGET}
|
||||
rm -f ${IPKGCONF_TARGET}
|
||||
touch ${IPKGCONF_TARGET}
|
||||
|
||||
${OPKG_PREPROCESS_COMMANDS}
|
||||
|
||||
Reference in New Issue
Block a user