summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-24 21:40:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:21:20 +0000
commita23b63bd716724830ced00876fec1f26e4be021d (patch)
treeb09c7a024a938fb146e037335472bed8af1cefe9 /meta/lib/oeqa/selftest/cases/reproducible.py
parent3fdb6e1b772145891ea0f2708cc7423a3616a396 (diff)
downloadpoky-a23b63bd716724830ced00876fec1f26e4be021d.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: f16f9c727569414cd52862dcba18d8e423f4e961) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py1
1 files changed, 0 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/
30exclude_packages = [ 30exclude_packages = [
31 'bootchart2-doc', 31 'bootchart2-doc',
32 'cups',
33 'efivar', 32 'efivar',
34 'epiphany', 33 'epiphany',
35 'gcr', 34 'gcr',