summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-27 23:39:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-29 12:54:12 +0100
commit15693fe03eaa09cc1be865a396e2e732eacc2755 (patch)
tree88eeba33198bf22553165b96caf76fa8fb69cde9
parentf6c34549f6d852937f5de3a81d0cedfed11d5ae4 (diff)
downloadpoky-15693fe03eaa09cc1be865a396e2e732eacc2755.tar.gz
go: Remove INSANE_SKIP_* textrel that are now handled in go.bbclass
(From OE-Core rev: e5b8f83d299db4152d547982650ee7b7f535b023) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/go/go-dep_0.5.0.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/go/go-dep_0.5.0.bb b/meta/recipes-devtools/go/go-dep_0.5.0.bb
index cfc2186b31..a4d631f8ea 100644
--- a/meta/recipes-devtools/go/go-dep_0.5.0.bb
+++ b/meta/recipes-devtools/go/go-dep_0.5.0.bb
@@ -19,16 +19,6 @@ RDEPENDS_${PN}-dev += "bash"
19 19
20BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"
21 21
22# for x86 ends with textrel in ${PN}
23# http://errors.yoctoproject.org/Errors/Details/185630/
24# ERROR: QA Issue: ELF binary '/work/i586-oe-linux/go-dep/0.4.1-r0/packages-split/go-dep/usr/bin/dep' has relocations in .text [textrel]
25INSANE_SKIP_${PN} += "textrel"
26
27# for aarch64 ends with textrel in ${PN}-ptest
28# http://errors.yoctoproject.org/Errors/Details/185632/
29# ERROR: QA Issue: ELF binary '/work/aarch64-oe-linux/go-dep/0.4.1-r0/packages-split/go-dep-ptest/usr/lib/go-dep/ptest/github.com/golang/dep/cmd/dep/dep.test' has relocations in .text [textrel]
30INSANE_SKIP_${PN}-ptest += "textrel"
31
32# For compiling ptest on mips and mips64, the current go-dep version fails with the go 1.11 toolchain. 22# For compiling ptest on mips and mips64, the current go-dep version fails with the go 1.11 toolchain.
33# error message: vet config not found 23# error message: vet config not found
34PTEST_ENABLED_mips = "0" 24PTEST_ENABLED_mips = "0"