summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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=""