summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-27 09:02:20 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-27 09:02:20 -0400
commitb4a4f24b1c6ca154c23dbf4f0ad75e538f7fcb91 (patch)
tree734f3d5b0613a58ee1fc97e49276e660a6e83c03 /recipes-containers
parent0b31c44e0d4f4aa6e60bba33c2c98d10fbea751f (diff)
downloadmeta-virtualization-b4a4f24b1c6ca154c23dbf4f0ad75e538f7fcb91.tar.gz
podman: update to 3.2.3 latest
There's not much here, but we pickup the 3.2.4-dev parsing bump in preparation for that development stream. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 60103728..7ca0703d 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
18" 18"
19 19
20SRCREV = "09e8afe3a9f19aefc45b3004a56f7d8f87f13abf" 20SRCREV = "5ef6c011fc25ab78a6cba583cfef81c0a66d81af"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v3.2 \ 22 git://github.com/containers/libpod.git;branch=v3.2 \
23" 23"