All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH] libvirt: fix GROUPADD_PARAM override conflict
@ 2019-03-07  2:58 Dengke Du
  2019-03-07 14:00 ` Mark Hatle
  2019-03-14  0:11 ` ddu
  0 siblings, 2 replies; 11+ messages in thread
From: Dengke Du @ 2019-03-07  2:58 UTC (permalink / raw)
  To: meta-virtualization

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>
---
 meta-openstack/recipes-extended/libvirt/libvirt_4.%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-03-17  0:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07  2:58 [m-c-s][PATCH] libvirt: fix GROUPADD_PARAM override conflict Dengke Du
2019-03-07 14:00 ` Mark Hatle
2019-03-08  2:44   ` ddu
2019-03-08  3:26     ` ddu
2019-03-08  6:00   ` ddu
2019-03-14  8:33     ` ddu
2019-03-14  0:11 ` ddu
2019-03-14  2:59   ` Bruce Ashfield
2019-03-14 14:18     ` Mark Hatle
2019-03-15  1:33       ` Bruce Ashfield
2019-03-17  0:22         ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.