From: Steve Sakoman Date: Thu, 21 Oct 2021 22:10:20 +0000 (-1000) Subject: selftest/reproducible: adjust exclusion list for dunfell X-Git-Tag: yocto-3.1.12~47 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a7520c47573cd166d441e504737492b86f5aa42e;p=openembedded-core.git selftest/reproducible: adjust exclusion list for dunfell Signed-off-be: Steve Sakoman --- diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 0e44ce4dbf..c8604a2054 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -31,7 +31,6 @@ exclude_packages = [ 'bootchart2-doc', 'epiphany', 'gcr', - 'git', 'glide', 'go-dep', 'go-helloworld', @@ -44,7 +43,6 @@ exclude_packages = [ 'libcap-ng', 'libjson', 'libproxy', - 'lsb-release', 'lttng-tools-dbg', 'lttng-tools-ptest', 'ltp', @@ -55,15 +53,12 @@ exclude_packages = [ 'pybootchartgui', 'qemu', 'quilt-ptest', - "rpm", 'rsync', 'ruby', 'stress-ng', 'systemd-bootchart', 'systemtap', 'valgrind-ptest', - 'vim', - 'webkitgtk', ] def is_excluded(package):