summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-04-15 09:43:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-18 11:35:57 +0100
commit2a1eb731ed3bcb049192550e362b771c3a9ea6eb (patch)
treebe0e79886e862b923d32855d1a72b4acad5f5e07 /meta/recipes-devtools
parent3359f23ee9351c70997d5e0a17d17d1e47d59623 (diff)
downloadopenembedded-core-contrib-2a1eb731ed3bcb049192550e362b771c3a9ea6eb.tar.gz
go: update SRC_URI to use https protocol
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/go/go-common.inc2
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 f18d928c70..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"
inherit goarch
-SRC_URI = "http://golang.org/dl/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"