mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 18:30:46 +00:00
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>
This commit is contained in:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user