diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-11-03 09:51:23 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-03 09:03:15 -0500 |
commit | 15a0cc3e991b324c1e45294eafcf0b98fff635c7 (patch) | |
tree | b6e1701ecf14b92cde1b7e584d1d5cd94c9e5f23 /recipes-devtools/go/go-metalinter_git.bb | |
parent | 5d0fad3c4e01456417f693cef6974501b9a96b00 (diff) | |
download | meta-virtualization-hardknott-next.tar.gz |
global: convert github SRC_URIs to use https protocolhardknott-next
* apply the same also for recipes using PKG_NAME starting
with github.com which the conversion script doesn't update
automatically
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go/go-metalinter_git.bb')
-rw-r--r-- | recipes-devtools/go/go-metalinter_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-metalinter_git.bb b/recipes-devtools/go/go-metalinter_git.bb index daeebe18..318986eb 100644 --- a/recipes-devtools/go/go-metalinter_git.bb +++ b/recipes-devtools/go/go-metalinter_git.bb | |||
@@ -9,7 +9,7 @@ BBCLASSEXTEND = "native" | |||
9 | SRCNAME = "gometalinter" | 9 | SRCNAME = "gometalinter" |
10 | 10 | ||
11 | PKG_NAME = "github.com/alecthomas/${SRCNAME}" | 11 | PKG_NAME = "github.com/alecthomas/${SRCNAME}" |
12 | SRC_URI = "git://${PKG_NAME}.git;branch=master" | 12 | SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" |
13 | 13 | ||
14 | SRCREV = "e8d801238da6f0dfd14078d68f9b53fa50a7eeb5" | 14 | SRCREV = "e8d801238da6f0dfd14078d68f9b53fa50a7eeb5" |
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |