mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
Revert "go: Use dl.google.com for SRC_URI"
This reverts commit 4118415d4b.
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>
This commit is contained in:
committed by
Richard Purdie
parent
8dcb68f477
commit
3127ef1b43
@@ -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<pver>\d+(\.\d+)+)\.src\.tar"
|
||||
|
||||
Reference in New Issue
Block a user