summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2020-01-15 23:29:36 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-17 16:24:59 -0500
commitf569d1bfd5b99a10a5f21a2da1e4f637f64d969b (patch)
tree4bc5c25e4ba023627033a7620a6e054470be3841
parent179046584f3bf49c974409d91a5950ed226968a5 (diff)
downloadmeta-virtualization-f569d1bfd5b99a10a5f21a2da1e4f637f64d969b.tar.gz
podman: bump to latest release 1.7.0
Bump to latest podman release 1.7.0. It features improvements to networking, podman play kube, and systemd unit file integration. They have also added the podman system reset command, to remove all existing containers, pods, images, and volumes and reset the system to its initial state. 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.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index e73c028a..5db9ed2f 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
27SRCREV = "f3ffda1e08f19e9a6a88484136b5eed76533f21a" 27SRCREV = "b7ce1157b00af09f4a09e39b377aa3abff46ee05"
28SRC_URI = " \ 28SRC_URI = " \
29 git://github.com/containers/libpod.git;branch=master \ 29 git://github.com/containers/libpod.git;branch=master \
30" 30"
@@ -36,15 +36,14 @@ GO_IMPORT = "import"
36 36
37S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
38 38
39PV = "1.6.2+git${SRCREV}" 39PV = "1.7.0+git${SRCREV}"
40 40
41PACKAGES =+ "${PN}-contrib" 41PACKAGES =+ "${PN}-contrib"
42 42
43PODMAN_PKG = "github.com/containers/libpod" 43PODMAN_PKG = "github.com/containers/libpod"
44BUILDTAGS ?= "seccomp varlink remoteclient \ 44BUILDTAGS ?= "seccomp varlink \
45${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ 45${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
46exclude_graphdriver_btrfs exclude_graphdriver_devicemapper \ 46exclude_graphdriver_btrfs exclude_graphdriver_devicemapper"
47containers_image_ostree_stub"
48 47
49# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 48# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1
50export LDFLAGS="" 49export LDFLAGS=""