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-containers/go-spf13-pflag | |
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-containers/go-spf13-pflag')
-rw-r--r-- | recipes-containers/go-spf13-pflag/spf13-pflag_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/go-spf13-pflag/spf13-pflag_git.bb b/recipes-containers/go-spf13-pflag/spf13-pflag_git.bb index cb2925d3..bb92140a 100644 --- a/recipes-containers/go-spf13-pflag/spf13-pflag_git.bb +++ b/recipes-containers/go-spf13-pflag/spf13-pflag_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=1e8b7dc8b906737639131047a | |||
7 | SRCNAME = "pflag" | 7 | SRCNAME = "pflag" |
8 | 8 | ||
9 | PKG_NAME = "github.com/spf13/${SRCNAME}" | 9 | PKG_NAME = "github.com/spf13/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https" |
11 | 11 | ||
12 | SRCREV = "9ff6c6923cfffbcd502984b8e0c80539a94968b7" | 12 | SRCREV = "9ff6c6923cfffbcd502984b8e0c80539a94968b7" |
13 | PV = "v1.0.0-rc4+git${SRCPV}" | 13 | PV = "v1.0.0-rc4+git${SRCPV}" |