From f6bb19c32fbcf83d35e8e65ce279cef8ca4580ea Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 25 May 2021 09:19:33 -0400 Subject: podman: bump to 3.2-rcX Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index ef4a454f..96b230c1 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -14,9 +14,9 @@ DEPENDS = " \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ " -SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4" +SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323" SRC_URI = " \ - git://github.com/containers/libpod.git;branch=v3.1 \ + git://github.com/containers/libpod.git;branch=v3.2 \ " LICENSE = "Apache-2.0" @@ -26,7 +26,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "3.1.0+git${SRCPV}" +PV = "3.2.0-rc2+git${SRCPV}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf