From: Alexander Kanavin Date: Fri, 26 Jun 2020 07:18:42 +0000 (+0200) Subject: go-binary-native: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46f424748d9cc6d6160079e1a36fe43505ba2fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go-binary-native: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-binary-native_1.14.4.bb b/meta/recipes-devtools/go/go-binary-native_1.14.4.bb index 3c535e14ceb..72c988944f0 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.14.4.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.14.4.bb @@ -11,6 +11,9 @@ SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz SRC_URI[go_linux_amd64.sha256sum] = "aed845e4185a0b2a3c3d5e1d0a35491702c55889192bb9c30e67a3de6849c067" SRC_URI[go_linux_arm64.sha256sum] = "05dc46ada4e23a1f58e72349f7c366aae2e9c7a7f1e7653095538bc5bba5e077" +UPSTREAM_CHECK_URI = "https://golang.org/dl/" +UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" + S = "${WORKDIR}/go" inherit goarch native