rootfs_ipk.bbclass: remove opkg lists later as some rootfs postprocessing may require them

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4589 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-06-05 20:52:08 +00:00
parent 626a4ac599
commit 8678ec5d12
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ fakeroot rootfs_ipk_do_rootfs () {
install -d ${IMAGE_ROOTFS}/${sysconfdir}
echo ${BUILDNAME} > ${IMAGE_ROOTFS}/${sysconfdir}/version
rm -f ${IMAGE_ROOTFS}${libdir}/opkg/lists/*
${ROOTFS_POSTPROCESS_COMMAND}
rm -f ${IMAGE_ROOTFS}${libdir}/opkg/lists/*
log_check rootfs
}