mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00: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
@@ -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