summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-03-20 23:57:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-03-20 23:57:39 -0400
commitb1995179660fc000e92431a48899de4533020526 (patch)
tree73b1e72242e7ea5ec9129c672d8fcb32fc7175f7 /recipes-extended/libvirt
parent7d66b0cc41110ef81fb94dc3bc6411b9570e5f12 (diff)
downloadmeta-virtualization-b1995179660fc000e92431a48899de4533020526.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/libvirt')
-rw-r--r--recipes-extended/libvirt/libvirt_1.3.5.bb2
1 files changed, 2 insertions, 0 deletions
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"
22#connman blocks the 53 port and libvirtd can't start its DNS service 22#connman blocks the 53 port and libvirtd can't start its DNS service
23RCONFLICTS_${PN}_libvirtd = "connman" 23RCONFLICTS_${PN}_libvirtd = "connman"
24 24
25DIRFILES = ""
26
25SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz;name=libvirt \ 27SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz;name=libvirt \
26 file://tools-add-libvirt-net-rpc-to-virt-host-validate-when.patch \ 28 file://tools-add-libvirt-net-rpc-to-virt-host-validate-when.patch \
27 file://libvirtd.sh \ 29 file://libvirtd.sh \