mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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. (From OE-Core rev: 0ede88ee0d5972352d317d1e2c7735b89bffab50) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f16f9c727569414cd52862dcba18d8e423f4e961) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -54,6 +54,8 @@ EXTRA_OECONF = " \
|
||||
--enable-debug \
|
||||
--disable-relro \
|
||||
--enable-libusb \
|
||||
--with-system-groups=lpadmin \
|
||||
--with-cups-group=lp \
|
||||
--with-domainsocket=/run/cups/cups.sock \
|
||||
DSOFLAGS='${LDFLAGS}' \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user