]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum package
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 7 Oct 2008 15:34:55 +0000 (15:34 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 7 Oct 2008 15:34:55 +0000 (15:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5433 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/rootfs_rpm.bbclass

index 3b40f7845c2901f36bf260d3d105b26ae67dcea5..e331cf5b48c991ca56a2ed61828df5d16d8211c7 100644 (file)
@@ -144,6 +144,9 @@ EOF
        # remove lock files
        rm -f ${IMAGE_ROOTFS}/var/lib/rpm/__db.*
 
+       # remove no longer used yum.conf
+       rm -f ${IMAGE_ROOTFS}/etc/yum.conf
+
        log_check rootfs        
 }