From cff94d5df62f22be2b26d6e11e5921cdece681b8 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sun, 6 Oct 2019 22:47:45 +0200 Subject: [PATCH] podman: bump to latest release 1.6.1 Bump to latest podman release 1.6.1. Signed-off-by: Stefan Agner Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index f7866c6e..50d07eab 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 = "00057929f5acfd98341964d85722383363376d52" +SRCREV = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700" SRC_URI = " \ git://github.com/containers/libpod.git;branch=master \ " @@ -36,7 +36,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "1.5.1+git${SRCREV}" +PV = "1.6.1+git${SRCREV}" PACKAGES =+ "${PN}-contrib"