summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/crun/crun_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 40789dc0..39de588b 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -20,14 +20,12 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
20PV = "1.8.3+git${SRCREV_crun}" 20PV = "1.8.3+git${SRCREV_crun}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23REQUIRED_DISTRO_FEATURES ?= "systemd" 23REQUIRED_DISTRO_FEATURES ?= "systemd seccomp"
24 24
25inherit autotools-brokensep pkgconfig features_check 25inherit autotools-brokensep pkgconfig features_check
26 26
27PACKAGECONFIG ??= "" 27PACKAGECONFIG ??= ""
28 28
29inherit features_check
30REQUIRED_DISTRO_FEATURES ?= "seccomp"
31 29
32DEPENDS = "yajl libcap go-md2man-native m4-native" 30DEPENDS = "yajl libcap go-md2man-native m4-native"
33# TODO: is there a packageconfig to turn this off ? 31# TODO: is there a packageconfig to turn this off ?