diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-10 15:01:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-12 23:06:03 +0100 |
commit | 3127ef1b43926ae7276b19c80eca69ebabf883ec (patch) | |
tree | edf085d66b0b60ee2954e7deff2ab50c0890e4f8 /meta/recipes-devtools/go | |
parent | 8dcb68f477afd16d7729189b5a564ea9c1d0a333 (diff) | |
download | poky-3127ef1b43926ae7276b19c80eca69ebabf883ec.tar.gz |
Revert "go: Use dl.google.com for SRC_URI"
This reverts commit 4118415d4bc6243c98a1440195826be7cbad24f1.
This was found to be unnecessary, and broke upstream version checks.
(From OE-Core rev: cee436d1eb94663f3604c80b6ad87292f6901498)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go')
-rw-r--r-- | meta/recipes-devtools/go/go-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
14 | 14 | ||
15 | inherit goarch | 15 | inherit goarch |
16 | 16 | ||
17 | SRC_URI = "https://dl.google.com/go/go${PV}.src.tar.gz;name=main" | 17 | SRC_URI = "https://golang.org/dl/go${PV}.src.tar.gz;name=main" |
18 | S = "${WORKDIR}/go" | 18 | S = "${WORKDIR}/go" |
19 | B = "${S}" | 19 | B = "${S}" |
20 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.src\.tar" | 20 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.src\.tar" |