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-02 09:57:03 -0400 |
| commit | 0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3 (patch) | |
| tree | 6be7cbdc43382e52b80e2508d16d663cb39981ad /recipes-containers | |
| parent | ac399ad09105dce73bccde9574216377613a98de (diff) | |
| download | meta-virtualization-0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3.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')
24 files changed, 36 insertions, 36 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index e2f452c1..26ba3612 100644 --- a/recipes-containers/conmon/conmon_git.bb +++ b/recipes-containers/conmon/conmon_git.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 go-md2man-native libseccomp" | |||
| 11 | 11 | ||
| 12 | SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2" | 12 | SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2" |
| 13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
| 14 | git://github.com/containers/conmon.git;branch=main \ | 14 | git://github.com/containers/conmon.git;branch=main;protocol=https \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | PV = "2.0.29+git${SRCPV}" | 17 | PV = "2.0.29+git${SRCPV}" |
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index b9af08c4..fbf0c64c 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and | |||
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | SRCREV = "69e5db821af6458b4078d654ad3dcb3f31faa522" | 8 | SRCREV = "69e5db821af6458b4078d654ad3dcb3f31faa522" |
| 9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5 \ | 9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5;protocol=https \ |
| 10 | file://0001-Add-build-option-GODEBUG-1.patch \ | 10 | file://0001-Add-build-option-GODEBUG-1.patch \ |
| 11 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ | 11 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ |
| 12 | " | 12 | " |
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 5cecc26e..41b86251 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb | |||
| @@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following | |||
| 16 | 16 | ||
| 17 | SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15" | 17 | SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15" |
| 18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
| 19 | git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o \ | 19 | git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o;protocol=https \ |
| 20 | file://0001-Makefile-force-symlinks.patch \ | 20 | file://0001-Makefile-force-symlinks.patch \ |
| 21 | file://crio.conf \ | 21 | file://crio.conf \ |
| 22 | " | 22 | " |
diff --git a/recipes-containers/cri-tools/cri-tools_git.bb b/recipes-containers/cri-tools/cri-tools_git.bb index 06d1b439..74700a07 100644 --- a/recipes-containers/cri-tools/cri-tools_git.bb +++ b/recipes-containers/cri-tools/cri-tools_git.bb | |||
| @@ -18,7 +18,7 @@ What is not in scope for this project? \ | |||
| 18 | 18 | ||
| 19 | SRCREV_cri-tools = "de32df077e6b0e9e31ce367dfc34c1b6b46e30fa" | 19 | SRCREV_cri-tools = "de32df077e6b0e9e31ce367dfc34c1b6b46e30fa" |
| 20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
| 21 | git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools \ | 21 | git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools;protocol=https \ |
| 22 | file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \ | 22 | file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 09ed8434..2daf16c3 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb | |||
| @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" | |||
| 16 | SRCREV = "4a1731891e91e62f15c40c361aff2a8a54d91bb3" | 16 | SRCREV = "4a1731891e91e62f15c40c361aff2a8a54d91bb3" |
| 17 | PV = "3.16.1+git${SRCPV}" | 17 | PV = "3.16.1+git${SRCPV}" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master \ | 19 | SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \ |
| 20 | file://0002-criu-Skip-documentation-install.patch \ | 20 | file://0002-criu-Skip-documentation-install.patch \ |
| 21 | file://0001-criu-Change-libraries-install-directory.patch \ | 21 | file://0001-criu-Change-libraries-install-directory.patch \ |
| 22 | file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \ | 22 | file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \ |
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index d103bac7..68f7f432 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
| @@ -10,11 +10,11 @@ SRCREV_rspec = "ab23082b188344f6fbb63a441ea00ffc2852d06d" | |||
| 10 | SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" | 10 | SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" |
| 11 | 11 | ||
| 12 | SRCREV_FORMAT = "crun_rspec" | 12 | SRCREV_FORMAT = "crun_rspec" |
| 13 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ | 13 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=https \ |
| 14 | git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ | 14 | git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec;protocol=https \ |
| 15 | git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ | 15 | git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec;protocol=https \ |
| 16 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ | 16 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec;protocol=https \ |
| 17 | git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl \ | 17 | git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | PV = "1.2+git${SRCREV_crun}" | 20 | PV = "1.2+git${SRCREV_crun}" |
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 1f6334fa..57a4c978 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
| 5 | 5 | ||
| 6 | SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19" | 6 | SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19" |
| 7 | SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution \ | 7 | SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \ |
| 8 | file://docker-registry.service \ | 8 | file://docker-registry.service \ |
| 9 | file://0001-build-use-to-use-cross-go-compiler.patch \ | 9 | file://0001-build-use-to-use-cross-go-compiler.patch \ |
| 10 | " | 10 | " |
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb index 71d659ce..5fe8fbd5 100644 --- a/recipes-containers/docker/docker-ce_git.bb +++ b/recipes-containers/docker/docker-ce_git.bb | |||
| @@ -36,9 +36,9 @@ SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" | |||
| 36 | SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" | 36 | SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" |
| 37 | SRCREV_FORMAT = "docker_libnetwork" | 37 | SRCREV_FORMAT = "docker_libnetwork" |
| 38 | SRC_URI = "\ | 38 | SRC_URI = "\ |
| 39 | git://github.com/docker/docker.git;branch=20.10;name=docker \ | 39 | git://github.com/docker/docker.git;branch=20.10;name=docker;protocol=https \ |
| 40 | git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ | 40 | git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \ |
| 41 | git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli \ | 41 | git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \ |
| 42 | file://0001-libnetwork-use-GO-instead-of-go.patch \ | 42 | file://0001-libnetwork-use-GO-instead-of-go.patch \ |
| 43 | file://docker.init \ | 43 | file://docker.init \ |
| 44 | file://0001-dynbinary-use-go-cross-compiler.patch \ | 44 | file://0001-dynbinary-use-go-cross-compiler.patch \ |
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb index 85d49ec2..138d9d22 100644 --- a/recipes-containers/docker/docker-moby_git.bb +++ b/recipes-containers/docker/docker-moby_git.bb | |||
| @@ -39,9 +39,9 @@ SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" | |||
| 39 | SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" | 39 | SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" |
| 40 | SRCREV_FORMAT = "moby_libnetwork" | 40 | SRCREV_FORMAT = "moby_libnetwork" |
| 41 | SRC_URI = "\ | 41 | SRC_URI = "\ |
| 42 | git://github.com/moby/moby.git;branch=20.10;name=moby \ | 42 | git://github.com/moby/moby.git;branch=20.10;name=moby;protocol=https \ |
| 43 | git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ | 43 | git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \ |
| 44 | git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli \ | 44 | git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \ |
| 45 | file://docker.init \ | 45 | file://docker.init \ |
| 46 | file://0001-libnetwork-use-GO-instead-of-go.patch \ | 46 | file://0001-libnetwork-use-GO-instead-of-go.patch \ |
| 47 | file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ | 47 | file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ |
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index e341ad7f..1a43a533 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | 5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s \ | 7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protocol=https \ |
| 8 | file://k3s.service \ | 8 | file://k3s.service \ |
| 9 | file://k3s-agent.service \ | 9 | file://k3s-agent.service \ |
| 10 | file://k3s-agent \ | 10 | file://k3s-agent \ |
diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index 901de4dc..204abb6b 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | HOMEPAGE = "git://github.com/kubernetes/kubernetes;branch=master" | 1 | HOMEPAGE = "git://github.com/kubernetes/kubernetes;branch=master;protocol=https" |
| 2 | SUMMARY = "Production-Grade Container Scheduling and Management" | 2 | SUMMARY = "Production-Grade Container Scheduling and Management" |
| 3 | DESCRIPTION = "Kubernetes is an open source system for managing containerized \ | 3 | DESCRIPTION = "Kubernetes is an open source system for managing containerized \ |
| 4 | applications across multiple hosts, providing basic mechanisms for deployment, \ | 4 | applications across multiple hosts, providing basic mechanisms for deployment, \ |
| @@ -13,8 +13,8 @@ PE = "1" | |||
| 13 | BBCLASSEXTEND = "devupstream:target" | 13 | BBCLASSEXTEND = "devupstream:target" |
| 14 | LIC_FILES_CHKSUM:class-devupstream = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 14 | LIC_FILES_CHKSUM:class-devupstream = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 15 | DEFAULT_PREFERENCE:class-devupstream = "-1" | 15 | DEFAULT_PREFERENCE:class-devupstream = "-1" |
| 16 | SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes \ | 16 | SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes;protocol=https \ |
| 17 | git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release \ | 17 | git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release;protocol=https \ |
| 18 | " | 18 | " |
| 19 | SRCREV_kubernetes:class-devupstream = "f6331c74b673d3039240edc77cd66696bbefdd9c" | 19 | SRCREV_kubernetes:class-devupstream = "f6331c74b673d3039240edc77cd66696bbefdd9c" |
| 20 | SRCREV_kubernetes-release:class-devupstream = "7c1aa83dac555de6f05500911467b70aca4949f0" | 20 | SRCREV_kubernetes-release:class-devupstream = "7c1aa83dac555de6f05500911467b70aca4949f0" |
| @@ -22,8 +22,8 @@ PV:class-devupstream = "v1.23-alpha+git${SRCPV}" | |||
| 22 | 22 | ||
| 23 | SRCREV_FORMAT ?= "kubernetes_release" | 23 | SRCREV_FORMAT ?= "kubernetes_release" |
| 24 | 24 | ||
| 25 | SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.22;name=kubernetes \ | 25 | SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.22;name=kubernetes;protocol=https \ |
| 26 | git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release" | 26 | git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release;protocol=https" |
| 27 | 27 | ||
| 28 | SRC_URI:append = " \ | 28 | SRC_URI:append = " \ |
| 29 | file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \ | 29 | file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \ |
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb index ba1cef5a..61c93ec1 100644 --- a/recipes-containers/lxc/lxc_git.bb +++ b/recipes-containers/lxc/lxc_git.bb | |||
| @@ -36,7 +36,7 @@ RDEPENDS:${PN}-ptest += "file make gmp nettle gnutls bash libgcc" | |||
| 36 | 36 | ||
| 37 | RDEPENDS:${PN}-networking += "iptables" | 37 | RDEPENDS:${PN}-networking += "iptables" |
| 38 | 38 | ||
| 39 | SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0 \ | 39 | SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0;protocol=https \ |
| 40 | file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ | 40 | file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ |
| 41 | file://run-ptest \ | 41 | file://run-ptest \ |
| 42 | file://lxc-fix-B-S.patch \ | 42 | file://lxc-fix-B-S.patch \ |
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb index 4b3ae841..f3cfe117 100644 --- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb +++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "\ | |||
| 12 | spf13-pflag \ | 12 | spf13-pflag \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master \ | 15 | SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master;protocol=https \ |
| 16 | file://0001-config-make-Config.User-mapping-errors-a-warning.patch \ | 16 | file://0001-config-make-Config.User-mapping-errors-a-warning.patch \ |
| 17 | file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch" | 17 | file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch" |
| 18 | 18 | ||
diff --git a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb index b03cff33..6fab0870 100644 --- a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb +++ b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb | |||
| @@ -3,7 +3,7 @@ SUMMARY = "oci-runtime-tool is a collection of tools for working with the OCI ru | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c" | 4 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master \ | 6 | SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master;protocol=https \ |
| 7 | file://0001-Revert-implement-add-set-function-for-hooks-items.patch \ | 7 | file://0001-Revert-implement-add-set-function-for-hooks-items.patch \ |
| 8 | file://0001-build-use-for-cross-compiler.patch \ | 8 | file://0001-build-use-for-cross-compiler.patch \ |
| 9 | " | 9 | " |
diff --git a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb index 2cda5acd..67aa7ddb 100644 --- a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb +++ b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb | |||
| @@ -7,7 +7,7 @@ PRIORITY = "optional" | |||
| 7 | DEPENDS = "yajl util-linux" | 7 | DEPENDS = "yajl util-linux" |
| 8 | 8 | ||
| 9 | SRCREV = "05e692346ca73e022754332a7da641230dae2ffe" | 9 | SRCREV = "05e692346ca73e022754332a7da641230dae2ffe" |
| 10 | SRC_URI = "git://github.com/projectatomic/oci-systemd-hook;branch=master \ | 10 | SRC_URI = "git://github.com/projectatomic/oci-systemd-hook;branch=master;protocol=https \ |
| 11 | file://0001-selinux-drop-selinux-support.patch \ | 11 | file://0001-selinux-drop-selinux-support.patch \ |
| 12 | file://0001-configure-drop-selinux-support.patch \ | 12 | file://0001-configure-drop-selinux-support.patch \ |
| 13 | file://0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch \ | 13 | file://0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch \ |
diff --git a/recipes-containers/podman-compose/podman-compose_0.1.5.bb b/recipes-containers/podman-compose/podman-compose_0.1.5.bb index b7a29482..95e14648 100644 --- a/recipes-containers/podman-compose/podman-compose_0.1.5.bb +++ b/recipes-containers/podman-compose/podman-compose_0.1.5.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 4 | 4 | ||
| 5 | inherit setuptools3 | 5 | inherit setuptools3 |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel" | 7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https" |
| 8 | 8 | ||
| 9 | SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7" | 9 | SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7" |
| 10 | 10 | ||
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index a77f23b5..5ab79d30 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" |
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb index 5ba041a0..be751d62 100644 --- a/recipes-containers/riddler/riddler_git.bb +++ b/recipes-containers/riddler/riddler_git.bb | |||
| @@ -3,7 +3,7 @@ SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" | 4 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/jfrazelle/riddler;branch=master \ | 6 | SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https \ |
| 7 | file://0001-build-use-to-select-cross-compiler.patch \ | 7 | file://0001-build-use-to-select-cross-compiler.patch \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index c3dc6ff8..4a46fd2f 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb | |||
| @@ -3,7 +3,7 @@ include runc.inc | |||
| 3 | # Note: this rev is before the required protocol field, update when all components | 3 | # Note: this rev is before the required protocol field, update when all components |
| 4 | # have been updated to match. | 4 | # have been updated to match. |
| 5 | SRCREV_runc-docker = "04bcb7c71550a0212bfb876db7bac723ae13296a" | 5 | SRCREV_runc-docker = "04bcb7c71550a0212bfb876db7bac723ae13296a" |
| 6 | SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker \ | 6 | SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker;protocol=https \ |
| 7 | file://0001-runc-Add-console-socket-dev-null.patch \ | 7 | file://0001-runc-Add-console-socket-dev-null.patch \ |
| 8 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 8 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
| 9 | file://0001-runc-docker-SIGUSR1-daemonize.patch \ | 9 | file://0001-runc-docker-SIGUSR1-daemonize.patch \ |
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 37955403..16ef5098 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
| @@ -2,7 +2,7 @@ include runc.inc | |||
| 2 | 2 | ||
| 3 | SRCREV = "86d83333d765f4535e4898d6778388dab715eb7c" | 3 | SRCREV = "86d83333d765f4535e4898d6778388dab715eb7c" |
| 4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
| 5 | git://github.com/opencontainers/runc;branch=release-1.0 \ | 5 | git://github.com/opencontainers/runc;branch=release-1.0;protocol=https \ |
| 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
| 7 | " | 7 | " |
| 8 | RUNC_VERSION = "1.0.2" | 8 | RUNC_VERSION = "1.0.2" |
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 39ee8ca6..77a187e0 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb | |||
| @@ -21,7 +21,7 @@ RDEPENDS:${PN} = " \ | |||
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
| 24 | git://github.com/containers/skopeo;branch=release-1.4 \ | 24 | git://github.com/containers/skopeo;branch=release-1.4;protocol=https \ |
| 25 | file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \ | 25 | file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \ |
| 26 | file://storage.conf \ | 26 | file://storage.conf \ |
| 27 | file://registries.conf \ | 27 | file://registries.conf \ |
diff --git a/recipes-containers/sloci-image/sloci-image_git.bb b/recipes-containers/sloci-image/sloci-image_git.bb index 1491ec7e..37f91045 100644 --- a/recipes-containers/sloci-image/sloci-image_git.bb +++ b/recipes-containers/sloci-image/sloci-image_git.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image" | 1 | SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=948cd8e59069fad992b0469af9ad7966" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=948cd8e59069fad992b0469af9ad7966" |
| 4 | SRC_URI = "git://github.com/jirutka/sloci-image.git;branch=master \ | 4 | SRC_URI = "git://github.com/jirutka/sloci-image.git;branch=master;protocol=https \ |
| 5 | file://0001-sloci-image-fix-variant-quoting.patch \ | 5 | file://0001-sloci-image-fix-variant-quoting.patch \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
diff --git a/recipes-containers/tini/tini_0.19.0.bb b/recipes-containers/tini/tini_0.19.0.bb index 69e3991a..914cffbf 100644 --- a/recipes-containers/tini/tini_0.19.0.bb +++ b/recipes-containers/tini/tini_0.19.0.bb | |||
| @@ -6,7 +6,7 @@ it to exit all the while reaping zombies and performing signal forwarding. " | |||
| 6 | 6 | ||
| 7 | SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8" | 7 | SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8" |
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://github.com/krallin/tini.git;branch=master \ | 9 | git://github.com/krallin/tini.git;branch=master;protocol=https \ |
| 10 | file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ | 10 | file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index 3c8b2fb3..b1a17280 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb | |||
| @@ -7,7 +7,7 @@ RDEPENDS:${PN} = "skopeo" | |||
| 7 | RDEPENDS:${PN}:class-native = "" | 7 | RDEPENDS:${PN}:class-native = "" |
| 8 | 8 | ||
| 9 | SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d" | 9 | SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d" |
| 10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci \ | 10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | PV = "v0.4.7-dev+git${SRCPV}" | 13 | PV = "v0.4.7-dev+git${SRCPV}" |
