]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: remove not-needed list of packages after populating rootfs
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Apr 2007 14:42:14 +0000 (14:42 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Apr 2007 14:42:14 +0000 (14:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1584 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/image.bbclass

index 04170e416d4cb2e5693e90448010b70799e0c92c..6a1013791cef9842c61933068baa9394198edf7e 100644 (file)
@@ -56,6 +56,8 @@ fakeroot do_rootfs () {
 
        rootfs_${IMAGE_PKGTYPE}_do_rootfs
 
+       rm -f ${IMAGE_ROOTFS}${libdir}/ipkg/lists/oe
+       
        ${IMAGE_PREPROCESS_COMMAND}
                
        export TOPDIR=${TOPDIR}