diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2020-03-11 23:15:03 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-13 21:53:17 -0400 |
commit | dcc50fe2f2de573c5530e824c13ecb0604ee6d14 (patch) | |
tree | 4502fba96bf862870c1c2738f011d580668ede06 | |
parent | a97a12483a9e76512878acfed68aeb2c66146106 (diff) | |
download | meta-virtualization-dcc50fe2f2de573c5530e824c13ecb0604ee6d14.tar.gz |
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 <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 5db9ed2f..c9960287 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 = "b7ce1157b00af09f4a09e39b377aa3abff46ee05" | 27 | SRCREV = "444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73" |
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.7.0+git${SRCREV}" | 39 | PV = "1.8.1+git${SRCREV}" |
40 | 40 | ||
41 | PACKAGES =+ "${PN}-contrib" | 41 | PACKAGES =+ "${PN}-contrib" |
42 | 42 | ||