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.

(From OE-Core rev: 2af535282833dddb58f24ec5b360230c47e6f6b1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-02-21 09:50:37 +00:00
parent 983d1b70e7
commit 17ccaab9a5

View File

@@ -38,6 +38,7 @@ exclude_packages = [
'go-helloworld',
'go-runtime',
'go_',
'go-',
'gst-devtools',
'gstreamer1.0-python',
'gtk-doc',