From b4a4f24b1c6ca154c23dbf4f0ad75e538f7fcb91 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 27 Jul 2021 09:02:20 -0400 Subject: 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 --- recipes-containers/podman/podman_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = " \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ " -SRCREV = "09e8afe3a9f19aefc45b3004a56f7d8f87f13abf" +SRCREV = "5ef6c011fc25ab78a6cba583cfef81c0a66d81af" SRC_URI = " \ git://github.com/containers/libpod.git;branch=v3.2 \ " -- cgit v1.2.3-54-g00ecf