diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-11-03 09:51:23 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:37:00 -0400 |
commit | baf9e1a06f116c12af46a4400edfc1aa10d3fc8b (patch) | |
tree | 3042bff29e1e9deeb7a83a587ac933b65e21caee /recipes-containers/go-errors/go-errors_git.bb | |
parent | e13ea7df9242d670e22bebbdeae49bfe31166c72 (diff) | |
download | meta-virtualization-baf9e1a06f116c12af46a4400edfc1aa10d3fc8b.tar.gz |
global: convert github SRC_URIs to use https protocol
* 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-errors/go-errors_git.bb')
-rw-r--r-- | recipes-containers/go-errors/go-errors_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/go-errors/go-errors_git.bb b/recipes-containers/go-errors/go-errors_git.bb index d7b32879..f1d7ef3b 100644 --- a/recipes-containers/go-errors/go-errors_git.bb +++ b/recipes-containers/go-errors/go-errors_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f | |||
7 | SRCNAME = "errors" | 7 | SRCNAME = "errors" |
8 | 8 | ||
9 | PKG_NAME = "github.com/pkg/${SRCNAME}" | 9 | PKG_NAME = "github.com/pkg/${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 = "5dd12d0cfe7f152f80558d591504ce685299311e" | 12 | SRCREV = "5dd12d0cfe7f152f80558d591504ce685299311e" |
13 | PV = "v0.8.1+git${SRCPV}" | 13 | PV = "v0.8.1+git${SRCPV}" |