summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/libvirt/libvirt_1.2.12.bbappend
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 15:41:06 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 15:41:06 -0500
commitc43afe3b7383ce93fef9cdd1ebb18de5dda0044a (patch)
tree2ac66b1c9a8c1d22405199fc19699bae4e48ce82 /meta-openstack/recipes-extended/libvirt/libvirt_1.2.12.bbappend
parent5cb7f84b7fdce2d667f51f94af5fdfd4f1e5bd26 (diff)
downloadmeta-cloud-services-c43afe3b7383ce93fef9cdd1ebb18de5dda0044a.tar.gz
bbappends: resync to oe-core versions
Updating the bbappends to match the oe-core versions ~commit 530565c6cb77319f4cc49edeea6fec6be997415d Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/libvirt/libvirt_1.2.12.bbappend')
-rw-r--r--meta-openstack/recipes-extended/libvirt/libvirt_1.2.12.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.2.12.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.2.12.bbappend
new file mode 100644
index 0000000..195633b
--- /dev/null
+++ b/meta-openstack/recipes-extended/libvirt/libvirt_1.2.12.bbappend
@@ -0,0 +1,13 @@
1PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \
2 python sanlock ebtables \
3 ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
4 "
5
6inherit useradd
7USERADD_PACKAGES = "${PN}"
8GROUPADD_PARAM_${PN} = "--system libvirt"
9
10do_install_append() {
11 sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf
12 sed -e "s:^#unix_sock_rw_perms =:unix_sock_rw_perms =:g" -i ${D}/etc/libvirt/libvirtd.conf
13}