summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index fc532d6a..6ae93369 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -39,9 +39,11 @@ CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
39PACKAGES =+ "${PN}-contrib" 39PACKAGES =+ "${PN}-contrib"
40 40
41PODMAN_PKG = "github.com/containers/libpod" 41PODMAN_PKG = "github.com/containers/libpod"
42
43BUILDTAGS_EXTRA ?= "${@bb.utils.contains('VIRTUAL-RUNTIME_container_networking','cni','cni','',d)}"
42BUILDTAGS ?= "seccomp varlink \ 44BUILDTAGS ?= "seccomp varlink \
43${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ 45${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
44exclude_graphdriver_btrfs exclude_graphdriver_devicemapper" 46exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ${BUILDTAGS_EXTRA}"
45 47
46# 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
47export LDFLAGS="" 49export LDFLAGS=""