>From 6193c0b2415073d2bba106f013ac1ddd3c1ecf4c Mon Sep 17 00:00:00 2001 From: Nicolas Adell <[email protected]> Date: Thu, 21 Oct 2021 23:49:47 +0200 Subject: [PATCH] umoci: rename git branch to "main"
The upstream project switched from master to main, so we rename to avoid fetch errors (as the default of master no longer works). Signed-off-by: Nicolas Adell <[email protected]> --- recipes-containers/umoci/umoci_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index 69325d1..3c8b2fb 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb @@ -7,7 +7,7 @@ RDEPENDS:${PN} = "skopeo" RDEPENDS:${PN}:class-native = "" SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d" -SRC_URI = "git://github.com/opencontainers/umoci.git;branch=master;name=umoci;destsuffix=github.com/opencontainers/umoci \ +SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci \ " PV = "v0.4.7-dev+git${SRCPV}" -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6847): https://lists.yoctoproject.org/g/meta-virtualization/message/6847 Mute This Topic: https://lists.yoctoproject.org/mt/86502323/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
