From: Alexander Kanavin Date: Mon, 10 May 2021 13:01:03 +0000 (+0200) Subject: Revert "go: Use dl.google.com for SRC_URI" X-Git-Tag: uninative-3.2~111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cee436d1eb94663f3604c80b6ad87292f6901498;p=openembedded-core.git Revert "go: Use dl.google.com for SRC_URI" This reverts commit 4118415d4bc6243c98a1440195826be7cbad24f1. This was found to be unnecessary, and broke upstream version checks. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index c368b95b69..39a681a712 100644 --- a/meta/recipes-devtools/go/go-common.inc +++ b/meta/recipes-devtools/go/go-common.inc @@ -14,7 +14,7 @@ LICENSE = "BSD-3-Clause" inherit goarch -SRC_URI = "https://dl.google.com/go/go${PV}.src.tar.gz;name=main" +SRC_URI = "https://golang.org/dl/go${PV}.src.tar.gz;name=main" S = "${WORKDIR}/go" B = "${S}" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.src\.tar"