diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:24:33 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 10:02:21 -0400 |
commit | 37051fe0b480b3cabde1caede83e95d6815fe3ec (patch) | |
tree | 47989db2e165ca2ea0f14beda0e27fe42400c487 /recipes-containers/go-errors/go-errors_git.bb | |
parent | 80f70d13f3289e7eeeeaadc902975ed8bac04f30 (diff) | |
download | meta-virtualization-37051fe0b480b3cabde1caede83e95d6815fe3ec.tar.gz |
global: convert github SRC_URIs to use https protocol
github is removing git:// access, and fetches will start experiencing
interruptions in service, and eventually will fail completely.
bitbake will also begin to warn on github src_uri's that don't use
https. So we convert the meta-virt instances to use protocol=https
(done using the oe-core contrib conversion script)
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 3bb74a7c..04500352 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}" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master" |
11 | 11 | ||
12 | SRCREV = "248dadf4e9068a0b3e79f02ed0a610d935de5302" | 12 | SRCREV = "248dadf4e9068a0b3e79f02ed0a610d935de5302" |
13 | PV = "v0.8.0+git${SRCPV}" | 13 | PV = "v0.8.0+git${SRCPV}" |