summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/crun/crun_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 8c483e55..ea7faa13 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -24,6 +24,9 @@ inherit autotools-brokensep pkgconfig features_check
24 24
25PACKAGECONFIG ??= "" 25PACKAGECONFIG ??= ""
26 26
27inherit features_check
28REQUIRED_DISTRO_FEATURES ?= "seccomp"
29
27DEPENDS = "yajl libcap go-md2man-native m4-native" 30DEPENDS = "yajl libcap go-md2man-native m4-native"
28# TODO: is there a packageconfig to turn this off ? 31# TODO: is there a packageconfig to turn this off ?
29DEPENDS += "libseccomp" 32DEPENDS += "libseccomp"