From 66efd3fde270bf24f71a6aab1c4f8cf34a52c3d2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 24 Feb 2021 21:40:52 +0000 Subject: cups: Fix reproducibility issues configure inspects the host's /etc/group for these configuration options, fix this to the correct values by using configure options. Signed-off-by: Richard Purdie (cherry picked from commit f16f9c727569414cd52862dcba18d8e423f4e961) Signed-off-by: Steve Sakoman --- meta/recipes-extended/cups/cups.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index f6d54c7cf2..12780cf702 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -52,6 +52,8 @@ EXTRA_OECONF = " \ --enable-debug \ --disable-relro \ --enable-libusb \ + --with-system-groups=lpadmin \ + --with-cups-group=lp \ DSOFLAGS='${LDFLAGS}' \ " -- cgit 1.2.3-korg