]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "go: Use dl.google.com for SRC_URI"
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 10 May 2021 13:01:03 +0000 (15:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 May 2021 22:05:17 +0000 (23:05 +0100)
This reverts commit 4118415d4bc6243c98a1440195826be7cbad24f1.

This was found to be unnecessary, and broke upstream version checks.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-common.inc

index c368b95b690ee0369e9d68142d366e3e21007fb7..39a681a7121c686131da8a8d13df7d7bff17f934 100644 (file)
@@ -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"