1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5433 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-10-07 15:34:55 +00:00
parent f9b9e314eb
commit d1a327bede
+3
View 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
}