From ef76369f844f8b5afea416372172824987ad4fec Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 10 Jul 2024 14:06:45 +0000 Subject: podman-compose: switch to main branch The upstream project has made the "interesting" decision to delete the stable branch and move to "main" for recent releases. So rather than being able to simply switch for our updates, we have to switch to main on all releases that had podman-compose recipes using the stable branch. Luckily, the commit hashes haven't changed, so we only have to modify the branch in the SRC_URI. Signed-off-by: Bruce Ashfield --- recipes-containers/podman-compose/podman-compose_1.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/podman-compose/podman-compose_1.0.3.bb b/recipes-containers/podman-compose/podman-compose_1.0.3.bb index cb569209..e602a916 100644 --- a/recipes-containers/podman-compose/podman-compose_1.0.3.bb +++ b/recipes-containers/podman-compose/podman-compose_1.0.3.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" inherit setuptools3 -SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https" +SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39" -- cgit v1.2.3-54-g00ecf