From dcc50fe2f2de573c5530e824c13ecb0604ee6d14 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 11 Mar 2020 23:15:03 +0000 Subject: podman: bump to the latest version 1.8.1 Bump to the newest podman release 1.8.1. Many new networking features and a new HTTP API has been added since 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 5db9ed2f..c9960287 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 = "b7ce1157b00af09f4a09e39b377aa3abff46ee05" +SRCREV = "444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73" SRC_URI = " \ git://github.com/containers/libpod.git;branch=master \ " @@ -36,7 +36,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "1.7.0+git${SRCREV}" +PV = "1.8.1+git${SRCREV}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf