mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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:
@@ -85,8 +85,6 @@ fakeroot do_rootfs () {
|
||||
|
||||
insert_feed_uris
|
||||
|
||||
rm -f ${IMAGE_ROOTFS}${libdir}/ipkg/lists/*
|
||||
|
||||
${IMAGE_PREPROCESS_COMMAND}
|
||||
|
||||
export TOPDIR=${TOPDIR}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user