]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest/reproducible: adjust exclusion list for dunfell
authorSteve Sakoman <steve@sakoman.com>
Thu, 21 Oct 2021 22:10:20 +0000 (12:10 -1000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 25 Oct 2021 23:28:19 +0000 (13:28 -1000)
Signed-off-be: Steve Sakoman <steve@sakoman.com>

meta/lib/oeqa/selftest/cases/reproducible.py

index 0e44ce4dbf18baf3da28eaf7db8e1d20dd40c7be..c8604a205458d0b45e2744c8885cfb3356414700 100644 (file)
@@ -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):