rootfs_ipk/image.bbclass: removing of opkg lists data to rootfs_ipk class where it should belong

Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com>


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4028 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-03-17 13:18:54 +00:00
parent beb83fd62b
commit 280f86eb2c
2 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,6 @@ fakeroot do_rootfs () {
insert_feed_uris
rm -f ${IMAGE_ROOTFS}${libdir}/ipkg/lists/*
${IMAGE_PREPROCESS_COMMAND}
export TOPDIR=${TOPDIR}

View File

@ -53,6 +53,8 @@ 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}
log_check rootfs