summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-devtools/glide
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-devtools/glide')
-rw-r--r--external/poky/meta/recipes-devtools/glide/glide_0.13.3.bb (renamed from external/poky/meta/recipes-devtools/glide/glide_0.13.2.bb)9
1 files changed, 8 insertions, 1 deletions
diff --git a/external/poky/meta/recipes-devtools/glide/glide_0.13.2.bb b/external/poky/meta/recipes-devtools/glide/glide_0.13.3.bb
index 3a32fa1a..31295edf 100644
--- a/external/poky/meta/recipes-devtools/glide/glide_0.13.2.bb
+++ b/external/poky/meta/recipes-devtools/glide/glide_0.13.3.bb
@@ -5,10 +5,14 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=54905cf894f8cc416a92f4fc
GO_IMPORT = "github.com/Masterminds/glide"
SRC_URI = "git://${GO_IMPORT}"
-SRCREV = "9ef6ca313b3200079861f2de4e567b1d22081d19"
+SRCREV = "8ed5b9292379d86c39592a7e6a58eb9c903877cf"
inherit go
+# New Go versions has Go modules support enabled by default and cause the Glide
+# tool build to fail.
+export GO111MODULE = "off"
+
RDEPENDS_${PN}-dev += "bash"
RDEPENDS_${PN}-ptest += "bash"
@@ -33,3 +37,6 @@ INSANE_SKIP_${PN} += "textrel"
# ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/action/action.test' has relocations in .text
# ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/cache/cache.test' has relocations in .text [textrel]
INSANE_SKIP_${PN}-ptest += "textrel"
+
+# fails to run task compile_ptest_base on mips
+PTEST_ENABLED_mipsarch = "0"