diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-24 21:40:52 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-10 00:24:26 +0000 |
| commit | 94cd506ff29016e0b209173b97f1bf29bd53a609 (patch) | |
| tree | ae358d7aeb0e5ad8247ddbe0e451fb1a2d2dc899 /meta/recipes-extended | |
| parent | f1249679ca024f175bd800940092dfc6bf8726a6 (diff) | |
| download | poky-94cd506ff29016e0b209173b97f1bf29bd53a609.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index e7a704134c..4a1177467b 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
| @@ -54,6 +54,8 @@ EXTRA_OECONF = " \ | |||
| 54 | --enable-debug \ | 54 | --enable-debug \ |
| 55 | --disable-relro \ | 55 | --disable-relro \ |
| 56 | --enable-libusb \ | 56 | --enable-libusb \ |
| 57 | --with-system-groups=lpadmin \ | ||
| 58 | --with-cups-group=lp \ | ||
| 57 | --with-domainsocket=/run/cups/cups.sock \ | 59 | --with-domainsocket=/run/cups/cups.sock \ |
| 58 | DSOFLAGS='${LDFLAGS}' \ | 60 | DSOFLAGS='${LDFLAGS}' \ |
| 59 | " | 61 | " |
