These repositories have dropped their master branches, so the fetcher default no longer works.
Point to an existing branch to fix the fetch failure. Signed-off-by: Fabio Estevam <[email protected]> --- Sorry for the resend. I was not subscribed to the list in the first time. recipes-containers/oci-image-spec/oci-image-spec_git.bb | 2 +- recipes-containers/podman-compose/podman-compose_0.1.5.bb | 2 +- recipes-containers/podman/podman_git.bb | 2 +- recipes-containers/skopeo/skopeo_git.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-containers/oci-image-spec/oci-image-spec_git.bb b/recipes-containers/oci-image-spec/oci-image-spec_git.bb index 5805740..a137bc8 100644 --- a/recipes-containers/oci-image-spec/oci-image-spec_git.bb +++ b/recipes-containers/oci-image-spec/oci-image-spec_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=27ef03aa2da6e424307f102e8 SRCNAME = "image-spec" PKG_NAME = "github.com/opencontainers/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}" +SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa" PV = "v1.0.1+git${SRCPV}" 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 4015069..b9eb1c8 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" inherit setuptools3 pypi -SRC_URI = "git://github.com/containers/podman-compose.git" +SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel" SRCREV = "f008986633879acf3f54848dabbf07cef8e9c68f" diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index aa6b25b..a8a6b02 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -26,7 +26,7 @@ python __anonymous() { SRCREV = "444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73" SRC_URI = " \ - git://github.com/containers/libpod.git;branch=master \ + git://github.com/containers/libpod.git;branch=main \ " LICENSE = "Apache-2.0" diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index f5a6231..b14c293 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb @@ -20,7 +20,7 @@ RDEPENDS_${PN} = " \ " SRC_URI = " \ - git://github.com/containers/skopeo \ + git://github.com/containers/skopeo;branch=main \ file://storage.conf \ file://registries.conf \ " -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6754): https://lists.yoctoproject.org/g/meta-virtualization/message/6754 Mute This Topic: https://lists.yoctoproject.org/mt/85465804/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
