From 5fb77ae4c4e1015e40257f9e59e16c497e30c53c Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 16 Dec 2019 18:29:02 -0800 Subject: podman: upgrade 1.6.1 -> 1.6.2 Lateest upstream is 1.6.4, but neither 1.6.3 nor 1.6.4 build cleanly. Release notes: https://github.com/containers/libpod/releases/tag/v1.6.2 Signed-off-by: Tim Orling 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 50d07eab..e73c028a 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 = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700" +SRCREV = "f3ffda1e08f19e9a6a88484136b5eed76533f21a" SRC_URI = " \ git://github.com/containers/libpod.git;branch=master \ " @@ -36,7 +36,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "1.6.1+git${SRCREV}" +PV = "1.6.2+git${SRCREV}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf