summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Anderweit <L.Anderweit@phytec.de>2023-10-23 11:33:20 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-06 16:21:12 +0000
commit28e044b98e291f00696525720731e83fb77c6ea3 (patch)
tree2ac1f913071a0b6cbdd7ae120ac1e28ec9c592be
parentd9af8d1514360e21b9f911b6d1671eaf88587afa (diff)
downloadmeta-virtualization-28e044b98e291f00696525720731e83fb77c6ea3.tar.gz
podman-compose: Actually update to v1.0.6
Commit 1fc1b193 (podman-compse: update to v1.0.6) states an update to v1.0.6 but does not change the SRCREV. Fix this by using the correct SRCREV of v1.0.6. Fixes: 1fc1b193 (podman-compse: update to v1.0.6) Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman-compose/podman-compose_1.0.6.bb2
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 04c1be9b..8a7c0c9e 100644
--- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb
+++ b/recipes-containers/podman-compose/podman-compose_1.0.6.bb
@@ -6,7 +6,7 @@ inherit setuptools3
6 6
7SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https" 7SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https"
8 8
9SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39" 9SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12