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: 2021-04.1-hardknott~57 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3357bbf0dad31306d5e16ad306d3e931042eec61;p=openembedded-core.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 (cherry picked from commit 8470e38ac1d9f9bb6d8a4ee43724af452d080057) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index 39a681a712..c368b95b69 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"