]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_ipk/image.bbclass: removing of opkg lists data to rootfs_ipk class where it...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 17 Mar 2008 13:18:54 +0000 (13:18 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 17 Mar 2008 13:18:54 +0000 (13:18 +0000)
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

meta/classes/image.bbclass
meta/classes/rootfs_ipk.bbclass

index ff8d7521da36663ea6bf7a1e5338548c8306ab08..dee3e656183bdc5cd05dbf5f8256d0e4df6f6709 100644 (file)
@@ -85,8 +85,6 @@ fakeroot do_rootfs () {
 
        insert_feed_uris        
 
-       rm -f ${IMAGE_ROOTFS}${libdir}/ipkg/lists/*
-       
        ${IMAGE_PREPROCESS_COMMAND}
                
        export TOPDIR=${TOPDIR}
index 80adb0bcd7e2fb432df78a39a4d4ac4e848d0f0f..ea60c03fc56a34e356f1a966216258e2ef4c6368 100644 (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