diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-06-01 12:40:57 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-06-01 12:41:54 -0400 |
commit | cba2694dac0141026cbba5452fe9431a2ce76ded (patch) | |
tree | 14f117ac6f6238da0a6476d6585c73aee42c4c5f | |
parent | 8e8f59d007ca8d60ec77565663cf6285b8acbbd4 (diff) | |
download | meta-virtualization-cba2694dac0141026cbba5452fe9431a2ce76ded.tar.gz |
podman-compose: switch 1.0.3 to stable branch
It looks like 'devel' in podman compose gets rewritten, so our
1.0.3 commit is no longer on that branch, breaking fetches.
Moving to stable and changing the commit to avoid the issue.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman-compose/podman-compose_1.0.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 2b2d1a3a..cb569209 100644 --- a/recipes-containers/podman-compose/podman-compose_1.0.3.bb +++ b/recipes-containers/podman-compose/podman-compose_1.0.3.bb | |||
@@ -4,9 +4,9 @@ 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=devel;protocol=https" | 7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https" |
8 | 8 | ||
9 | SRCREV = "1555417958dfce23f03eeb7c1e85caacac7469b3" | 9 | SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||