summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-07-16 14:26:41 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-07-16 14:26:41 +0000
commit2cf563716f6c47281dfe239d4c47b8115c764272 (patch)
treea546296750859b240275a935bf058d031b2a4931
parentac6a2737787970bc1ced382398e8f955097a6003 (diff)
downloadmeta-virtualization-2cf563716f6c47281dfe239d4c47b8115c764272.tar.gz
podman-compose: update to v1.2.0 -tip
Bumping podman-compose to version v1.2.0-29-g0866492, which comprises the following commits: 8505009 Support python direct call _parse_args or run 9fe3038 tests/integration: Automate 'build_fail' manual test 0f8348b tests/integration: Automate 'build' manual test Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index 8a80e38a..0ee171dc 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -7,7 +7,7 @@ inherit setuptools3
7PV = "1.2.0+git" 7PV = "1.2.0+git"
8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" 8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
9 9
10SRCREV = "daab93b762951d02eaf5ff6a9bf51318c503dede" 10SRCREV = "0866492a7e9f568d3062da6d7f4e8f4abdfb8028"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13