diff options
author | Leonard Anderweit <L.Anderweit@phytec.de> | 2023-10-23 11:33:20 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-11-06 16:21:12 +0000 |
commit | 28e044b98e291f00696525720731e83fb77c6ea3 (patch) | |
tree | 2ac1f913071a0b6cbdd7ae120ac1e28ec9c592be | |
parent | d9af8d1514360e21b9f911b6d1671eaf88587afa (diff) | |
download | meta-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.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 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 | ||
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=stable;protocol=https" |
8 | 8 | ||
9 | SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39" | 9 | SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||