summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/libvirt
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2019-03-07 10:58:55 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-03-17 00:19:25 +0000
commit39781a2a9672aa553c652b49231002da7ffa34e2 (patch)
tree8a5c8d7b01f8a1183411847ce25e8b55916b69a7 /meta-openstack/recipes-extended/libvirt
parent8d19a924405ee3acd4c560aa9d381facfcaa7ac4 (diff)
downloadmeta-cloud-services-39781a2a9672aa553c652b49231002da7ffa34e2.tar.gz
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 <dengke.du@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-extended/libvirt')
-rw-r--r--meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 \
5 5
6inherit useradd 6inherit useradd
7USERADD_PACKAGES = "${PN}" 7USERADD_PACKAGES = "${PN}"
8GROUPADD_PARAM_${PN} = "--system libvirt" 8GROUPADD_PARAM_${PN}_append = " ;--system libvirt"
9 9
10do_install_append() { 10do_install_append() {
11 sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf 11 sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf