summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-21 09:50:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:19:28 +0000
commit2af535282833dddb58f24ec5b360230c47e6f6b1 (patch)
treed5977c250a309434dbc2c50b22da5358af188547 /meta/lib
parentcd1e4f9957c57bebcc8f16ebc200a1ab2e4fd2ce (diff)
downloadopenembedded-core-contrib-2af535282833dddb58f24ec5b360230c47e6f6b1.tar.gz
reproduce: Fix exclusion list for rpm
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>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 8849c95c49..e54230f853 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -38,6 +38,7 @@ exclude_packages = [
'go-helloworld',
'go-runtime',
'go_',
+ 'go-',
'gst-devtools',
'gstreamer1.0-python',
'gtk-doc',