From 09beb2b42dd0a68e52b7f18fae8e855e039e90bd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 21 May 2014 13:12:24 -0400 Subject: libvirt: update bbappend to 1.2.4 Track the update of libvirt to 1.2.4 in meta-virtualization. We also move the 1.2.2 bbappend to dangling for layers and users that are not tracking the latest meta-virt. Signed-off-by: Bruce Ashfield --- .../recipes-dangling/libvirt/libvirt_1.2.2.bbappend | 13 +++++++++++++ .../recipes-extended/libvirt/libvirt_1.2.2.bbappend | 13 ------------- .../recipes-extended/libvirt/libvirt_1.2.4.bbappend | 13 +++++++++++++ 3 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 meta-openstack/recipes-dangling/libvirt/libvirt_1.2.2.bbappend delete mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_1.2.2.bbappend create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-dangling/libvirt/libvirt_1.2.2.bbappend b/meta-openstack/recipes-dangling/libvirt/libvirt_1.2.2.bbappend new file mode 100644 index 0000000..195633b --- /dev/null +++ b/meta-openstack/recipes-dangling/libvirt/libvirt_1.2.2.bbappend @@ -0,0 +1,13 @@ +PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ + python sanlock ebtables \ + ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ + " + +inherit useradd +USERADD_PACKAGES = "${PN}" +GROUPADD_PARAM_${PN} = "--system libvirt" + +do_install_append() { + sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf + sed -e "s:^#unix_sock_rw_perms =:unix_sock_rw_perms =:g" -i ${D}/etc/libvirt/libvirtd.conf +} diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.2.2.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.2.2.bbappend deleted file mode 100644 index eb7a921..0000000 --- a/meta-openstack/recipes-extended/libvirt/libvirt_1.2.2.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ - python numactl sanlock ebtables \ - ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ - " - -inherit useradd -USERADD_PACKAGES = "${PN}" -GROUPADD_PARAM_${PN} = "--system libvirt" - -do_install_append() { - sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf - sed -e "s:^#unix_sock_rw_perms =:unix_sock_rw_perms =:g" -i ${D}/etc/libvirt/libvirtd.conf -} diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend new file mode 100644 index 0000000..195633b --- /dev/null +++ b/meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend @@ -0,0 +1,13 @@ +PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ + python sanlock ebtables \ + ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ + " + +inherit useradd +USERADD_PACKAGES = "${PN}" +GROUPADD_PARAM_${PN} = "--system libvirt" + +do_install_append() { + sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf + sed -e "s:^#unix_sock_rw_perms =:unix_sock_rw_perms =:g" -i ${D}/etc/libvirt/libvirtd.conf +} -- cgit v1.2.3-54-g00ecf