From f569d1bfd5b99a10a5f21a2da1e4f637f64d969b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 15 Jan 2020 23:29:36 +0000 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'recipes-containers/podman') 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() { raise bb.parse.SkipRecipe(msg) } -SRCREV = "f3ffda1e08f19e9a6a88484136b5eed76533f21a" +SRCREV = "b7ce1157b00af09f4a09e39b377aa3abff46ee05" SRC_URI = " \ git://github.com/containers/libpod.git;branch=master \ " @@ -36,15 +36,14 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "1.6.2+git${SRCREV}" +PV = "1.7.0+git${SRCREV}" PACKAGES =+ "${PN}-contrib" PODMAN_PKG = "github.com/containers/libpod" -BUILDTAGS ?= "seccomp varlink remoteclient \ +BUILDTAGS ?= "seccomp varlink \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ -exclude_graphdriver_btrfs exclude_graphdriver_devicemapper \ -containers_image_ostree_stub" +exclude_graphdriver_btrfs exclude_graphdriver_devicemapper" # overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 export LDFLAGS="" -- cgit v1.2.3-54-g00ecf