summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go_1.16.7.bb
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2021-09-22 20:17:31 -0400
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-21 14:53:18 +0800
commit5b6c68759f28fd684be316b3a5e33f41e4107f7b (patch)
tree43ec4f5daf23f0548f4149641aa5fbd2d70e7e6b /meta/recipes-devtools/go/go_1.16.7.bb
parenteea2f854fdd0f036dae2671ae52ba4695a83df68 (diff)
downloadopenembedded-core-contrib-5b6c68759f28fd684be316b3a5e33f41e4107f7b.tar.gz
go: upgrade 1.16.7 -> 1.16.8
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 97a2f406635f51bad1ab070f018a6466209f257b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-devtools/go/go_1.16.7.bb')
-rw-r--r--meta/recipes-devtools/go/go_1.16.7.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/go/go_1.16.7.bb b/meta/recipes-devtools/go/go_1.16.7.bb
deleted file mode 100644
index 4e9e0ebec8..0000000000
--- a/meta/recipes-devtools/go/go_1.16.7.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require go-${PV}.inc
-require go-target.inc
-
-inherit linuxloader
-
-export GOBUILDMODE=""
-export GO_LDSO = "${@get_linuxloader(d)}"
-export CC_FOR_TARGET = "gcc"
-export CXX_FOR_TARGET = "g++"
-
-# mips/rv64 doesn't support -buildmode=pie, so skip the QA checking for mips/riscv32 and its
-# variants.
-python() {
- if 'mips' in d.getVar('TARGET_ARCH',True) or 'riscv32' in d.getVar('TARGET_ARCH',True):
- d.appendVar('INSANE_SKIP_%s' % d.getVar('PN',True), " textrel")
-}
-