diff options
author | Daniel Schultz <d.schultz@phytec.de> | 2024-07-10 06:30:17 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-10 14:38:07 +0000 |
commit | 6a80f140e387621f62964209a2e07d3bcfb125ce (patch) | |
tree | a52ded8ce643c4af51778fdb9a934be00bd4cadb | |
parent | e892261291b22c7971e6f2ed31b1019ddb56517e (diff) | |
download | meta-virtualization-6a80f140e387621f62964209a2e07d3bcfb125ce.tar.gz |
podman-compose: Switch branch to main
The podman-compose repository has no stable branch anymore and
release 1.0.6 is located on main now.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman-compose/podman-compose_1.0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_1.0.6.bb b/recipes-containers/podman-compose/podman-compose_1.0.6.bb index e055ee45..bcb2b86b 100644 --- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb +++ b/recipes-containers/podman-compose/podman-compose_1.0.6.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=stable;protocol=https" | 7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" |
8 | 8 | ||
9 | SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" | 9 | SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" |
10 | 10 | ||