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 09:56:50 -0400 |
| commit | 64d1d990d7be0c72af821b6b7e4a97d6ad494111 (patch) | |
| tree | 7b5271513b44b80f87375301292b369eeacbadc3 /recipes-containers/podman | |
| parent | 35a03f4be4a8f5900f377db91fe19ff5fa6fd39a (diff) | |
| download | meta-virtualization-64d1d990d7be0c72af821b6b7e4a97d6ad494111.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/podman')
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 0261ffa9..99466c04 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -19,7 +19,7 @@ DEPENDS = " \ | |||
| 19 | 19 | ||
| 20 | SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079" | 20 | SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079" |
| 21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
| 22 | git://github.com/containers/libpod.git;branch=v3.4 \ | 22 | git://github.com/containers/libpod.git;branch=v3.4;protocol=https \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | LICENSE = "Apache-2.0" | 25 | LICENSE = "Apache-2.0" |
