diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 1 | ||||
| -rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 3bf8c29e51..af9dbda9e3 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
| @@ -29,7 +29,6 @@ import datetime | |||
| 29 | #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ | 29 | #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ |
| 30 | exclude_packages = [ | 30 | exclude_packages = [ |
| 31 | 'bootchart2-doc', | 31 | 'bootchart2-doc', |
| 32 | 'cups', | ||
| 33 | 'efivar', | 32 | 'efivar', |
| 34 | 'epiphany', | 33 | 'epiphany', |
| 35 | 'gcr', | 34 | 'gcr', |
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 | " |
