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:
Otavio Salvador
2017-09-13 14:54:07 -03:00
committed by Richard Purdie
parent 05c439a325
commit d61d4823a9
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -13,6 +13,4 @@ inherit go
GO_INSTALL = "${GO_IMPORT}/cmd/dep"
INSANE_SKIP_${PN} += "ldflags"
RDEPENDS_${PN}-dev += "bash"