]> code.ossystems Code Review - openembedded-core.git/commitdiff
reproduce: Fix exclusion list for rpm
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Feb 2021 09:50:37 +0000 (09:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 15:19:28 +0000 (15:19 +0000)
rpm uses "XXX-VERSION" compared to deb/ipk which use "XXX_VERSION"
which breaks the go package exclusion. Work around with both go_
and go- for now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index 8849c95c49ca5eb1effe695be5f18088f1a3f167..e54230f853c5a102f53c2ed38acaa5c5f822e348 100644 (file)
@@ -38,6 +38,7 @@ exclude_packages = [
        'go-helloworld',
        'go-runtime',
        'go_',
+       'go-',
        'gst-devtools',
        'gstreamer1.0-python',
        'gtk-doc',