[meta-virtualization] [PATCH 2/5] podman: bump to latest release 1.6.1

Stefan Agner stefan at agner.ch
Sun Oct 6 13:47:45 PDT 2019


From: Stefan Agner <stefan.agner at toradex.com>

Bump to latest podman release 1.6.1.

Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
---
 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 db595a5..a3529b1 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -30,7 +30,7 @@ python __anonymous() {
         raise bb.parse.SkipRecipe(msg)
 }
 
-SRCREV = "00057929f5acfd98341964d85722383363376d52"
+SRCREV = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700"
 SRC_URI = " \
     git://github.com/containers/libpod.git;branch=master \
 "
@@ -42,7 +42,7 @@ GO_IMPORT = "import"
 
 S = "${WORKDIR}/git"
 
-PV = "1.5.1+git${SRCREV}"
+PV = "1.6.1+git${SRCREV}"
 
 PACKAGES =+ "${PN}-contrib"
 
-- 
2.20.1



More information about the meta-virtualization mailing list