From 39781a2a9672aa553c652b49231002da7ffa34e2 Mon Sep 17 00:00:00 2001 From: Dengke Du Date: Thu, 7 Mar 2019 10:58:55 +0800 Subject: libvirt: fix GROUPADD_PARAM override conflict The libvirt recipe in meta-virtualization already define the GROUPADD_PARAM, so we should append it, not override. Signed-off-by: Dengke Du Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend index b55f9a9..0b0f011 100644 --- a/meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend +++ b/meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend @@ -5,7 +5,7 @@ PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ inherit useradd USERADD_PACKAGES = "${PN}" -GROUPADD_PARAM_${PN} = "--system libvirt" +GROUPADD_PARAM_${PN}_append = " ;--system libvirt" do_install_append() { sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf -- cgit v1.2.3-54-g00ecf