From b1995179660fc000e92431a48899de4533020526 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 20 Mar 2017 23:57:39 -0400 Subject: libvirt: fix polkit file conflict The switch to RPM4 and dnf results in this error during rootfs construction: Error: Transaction check error: file /usr/share/polkit-1/rules.d conflicts between attempted installs of libvirt-1.3.5-r0.13.core2_64 and polkit-0.113-r0.9.core2_64 We can temporarily work around it by instructing RPM to not package/process the dirfiles. Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_1.3.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-extended/libvirt') diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb index 025a9efb..7b55ead4 100644 --- a/recipes-extended/libvirt/libvirt_1.3.5.bb +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb @@ -22,6 +22,8 @@ RDEPENDS_libvirt-libvirtd_append_x86 = " dmidecode" #connman blocks the 53 port and libvirtd can't start its DNS service RCONFLICTS_${PN}_libvirtd = "connman" +DIRFILES = "" + SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz;name=libvirt \ file://tools-add-libvirt-net-rpc-to-virt-host-validate-when.patch \ file://libvirtd.sh \ -- cgit v1.2.3-54-g00ecf