diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-10-06 22:47:45 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-10-13 11:16:40 -0400 |
commit | cff94d5df62f22be2b26d6e11e5921cdece681b8 (patch) | |
tree | 7ad9a8299ebb99f9929546fcd3dec0b2f7e094f7 | |
parent | d549242592769bf97980955f4e741827523987c8 (diff) | |
download | meta-virtualization-cff94d5df62f22be2b26d6e11e5921cdece681b8.tar.gz |
podman: bump to latest release 1.6.1
Bump to latest podman release 1.6.1.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
1 files 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() { | |||
24 | raise bb.parse.SkipRecipe(msg) | 24 | raise bb.parse.SkipRecipe(msg) |
25 | } | 25 | } |
26 | 26 | ||
27 | SRCREV = "00057929f5acfd98341964d85722383363376d52" | 27 | SRCREV = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700" |
28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
29 | git://github.com/containers/libpod.git;branch=master \ | 29 | git://github.com/containers/libpod.git;branch=master \ |
30 | " | 30 | " |
@@ -36,7 +36,7 @@ GO_IMPORT = "import" | |||
36 | 36 | ||
37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
38 | 38 | ||
39 | PV = "1.5.1+git${SRCREV}" | 39 | PV = "1.6.1+git${SRCREV}" |
40 | 40 | ||
41 | PACKAGES =+ "${PN}-contrib" | 41 | PACKAGES =+ "${PN}-contrib" |
42 | 42 | ||