mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
go.bbclass: Add "ldflags" to QA skip list
Currently every Go package will end with GNU_HASH in the ELF binary however adding it to every recipe is cumbersome so instead we handle that here. (From OE-Core rev: 6699e668413c10704ffa8094b3dca67a9b88422a) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05c439a325
commit
d61d4823a9
@@ -109,3 +109,5 @@ EXPORT_FUNCTIONS do_unpack do_configure do_compile do_install
|
||||
|
||||
FILES_${PN}-dev = "${libdir}/go/src"
|
||||
FILES_${PN}-staticdev = "${libdir}/go/pkg"
|
||||
|
||||
INSANE_SKIP_${PN} += "ldflags"
|
||||
|
||||
@@ -13,6 +13,4 @@ inherit go
|
||||
|
||||
GO_INSTALL = "${GO_IMPORT}/cmd/dep"
|
||||
|
||||
INSANE_SKIP_${PN} += "ldflags"
|
||||
|
||||
RDEPENDS_${PN}-dev += "bash"
|
||||
|
||||
Reference in New Issue
Block a user