mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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 <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e96da98e40
commit
c138943fed
|
@ -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 = "f6dbce36181c44d0d08b6f4ca166508542875ce1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user