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>
This commit is contained in:
Leonard Anderweit 2023-10-23 11:33:20 +02:00 committed by Bruce Ashfield
parent d9af8d1514
commit 28e044b98e

View File

@ -6,7 +6,7 @@ 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=stable;protocol=https"
SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39" SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"