]> code.ossystems Code Review - openembedded-core.git/commitdiff
go: Remove INSANE_SKIP_* textrel that are now handled in go.bbclass
authorAdrian Bunk <bunk@stusta.de>
Mon, 27 May 2019 20:39:19 +0000 (23:39 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 May 2019 11:53:46 +0000 (12:53 +0100)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-dep_0.5.0.bb

index cfc2186b31cfac433f6cbb85bc5ff6c48dfeca68..a4d631f8ea7eb55972cd9eb1ba6f59218038ba36 100644 (file)
@@ -19,16 +19,6 @@ RDEPENDS_${PN}-dev += "bash"
 
 BBCLASSEXTEND = "native nativesdk"
 
-# for x86 ends with textrel in ${PN}
-# http://errors.yoctoproject.org/Errors/Details/185630/
-# 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]
-INSANE_SKIP_${PN} += "textrel"
-
-# for aarch64 ends with textrel in ${PN}-ptest
-# http://errors.yoctoproject.org/Errors/Details/185632/
-# 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]  
-INSANE_SKIP_${PN}-ptest += "textrel"
-
 # For compiling ptest on mips and mips64, the current go-dep version fails with the go 1.11 toolchain.
 # error message: vet config not found
 PTEST_ENABLED_mips = "0"