[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7726/8267] go.bbclass: Add "ldflags" to QA skip list



commit d61d4823a91cd46aac48fb5d3030f385d2e716c9
Author: Otavio Salvador <otavio ossystems com br>
Date:   Wed Sep 13 14:54:07 2017 -0300

    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>

 meta/classes/go.bbclass                  |    2 ++
 meta/recipes-devtools/go/go-dep_0.3.0.bb |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass
index d805dc2..4af148e 100644
--- a/meta/classes/go.bbclass
+++ b/meta/classes/go.bbclass
@@ -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"
diff --git a/meta/recipes-devtools/go/go-dep_0.3.0.bb b/meta/recipes-devtools/go/go-dep_0.3.0.bb
index 5e4544a..abfeb48 100644
--- a/meta/recipes-devtools/go/go-dep_0.3.0.bb
+++ b/meta/recipes-devtools/go/go-dep_0.3.0.bb
@@ -13,6 +13,4 @@ inherit go
 
 GO_INSTALL = "${GO_IMPORT}/cmd/dep"
 
-INSANE_SKIP_${PN} += "ldflags"
-
 RDEPENDS_${PN}-dev += "bash"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]