summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go_1.15.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:48:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 11:45:47 +0000
commit38b27effa56536aa802aab86d3f5d3f0e1d73455 (patch)
tree9745d42a2685006c80cc8733510f9ddfe5fdfe58 /meta/recipes-devtools/go/go_1.15.bb
parent38e98fdbc8a78d0e74f36f916fe9a0931a70622c (diff)
downloadpoky-38b27effa56536aa802aab86d3f5d3f0e1d73455.tar.gz
go: upgrade 1.15.2 -> 1.15.3
Set PV directly to allow automated version updates between point releases. (From OE-Core rev: 7a0f56c2c92c21f5da6635d5f3089e554a076655) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 84034ea18a9fb1a012a1ecdc3a84296b08d3cc23) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go_1.15.bb')
-rw-r--r--meta/recipes-devtools/go/go_1.15.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go_1.15.bb b/meta/recipes-devtools/go/go_1.15.bb
index 4bf9dd50b2..cc4c3fe45d 100644
--- a/meta/recipes-devtools/go/go_1.15.bb
+++ b/meta/recipes-devtools/go/go_1.15.bb
@@ -13,3 +13,4 @@ python() {
13 if 'mips' in d.getVar('TARGET_ARCH',True) or 'riscv' in d.getVar('TARGET_ARCH',True): 13 if 'mips' in d.getVar('TARGET_ARCH',True) or 'riscv' in d.getVar('TARGET_ARCH',True):
14 d.appendVar('INSANE_SKIP_%s' % d.getVar('PN',True), " textrel") 14 d.appendVar('INSANE_SKIP_%s' % d.getVar('PN',True), " textrel")
15} 15}
16