mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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:
@@ -38,6 +38,7 @@ exclude_packages = [
|
||||
'go-helloworld',
|
||||
'go-runtime',
|
||||
'go_',
|
||||
'go-',
|
||||
'gst-devtools',
|
||||
'gstreamer1.0-python',
|
||||
'gtk-doc',
|
||||
|
||||
Reference in New Issue
Block a user