From 1dcd6c6406bca09ba9181795fa0486b67711ebe1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 1 Sep 2020 15:41:30 -0400 Subject: podman: update to 2.0.7 Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-containers/podman') diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index af94f0c4..46ae9408 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -24,7 +24,7 @@ python __anonymous() { raise bb.parse.SkipRecipe(msg) } -SRCREV = "a11c4ead10177a66ef2810a0a92ea8ce2299da07" +SRCREV = "ce7b78a43a386d53a6e4a2688f7ce0aa99511498" SRC_URI = " \ git://github.com/containers/libpod.git;branch=v2.0 \ " @@ -36,7 +36,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "2.0.1+git${SRCPV}" +PV = "2.0.7+git${SRCPV}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf