From: Khem Raj Date: Tue, 20 Apr 2021 18:28:38 +0000 (-0700) Subject: go: Use dl.google.com for SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8470e38ac1d9f9bb6d8a4ee43724af452d080057;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go: Use dl.google.com for SRC_URI golang.org/dl is resolving to this anyway Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index 39a681a7121..c368b95b690 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://golang.org/dl/go${PV}.src.tar.gz;name=main" +SRC_URI = "https://dl.google.com/go/go${PV}.src.tar.gz;name=main" S = "${WORKDIR}/go" B = "${S}" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.src\.tar"