mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00: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: 66efd3fde270bf24f71a6aab1c4f8cf34a52c3d2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f16f9c727569414cd52862dcba18d8e423f4e961) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -52,6 +52,8 @@ EXTRA_OECONF = " \
|
|||||||
--enable-debug \
|
--enable-debug \
|
||||||
--disable-relro \
|
--disable-relro \
|
||||||
--enable-libusb \
|
--enable-libusb \
|
||||||
|
--with-system-groups=lpadmin \
|
||||||
|
--with-cups-group=lp \
|
||||||
DSOFLAGS='${LDFLAGS}' \
|
DSOFLAGS='${LDFLAGS}' \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user