diff options
| -rw-r--r-- | recipes-containers/crun/crun_git.bb | 4 |
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 | |||
| 20 | PV = "1.8.3+git${SRCREV_crun}" | 20 | PV = "1.8.3+git${SRCREV_crun}" |
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
| 23 | REQUIRED_DISTRO_FEATURES ?= "systemd" | 23 | REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" |
| 24 | 24 | ||
| 25 | inherit autotools-brokensep pkgconfig features_check | 25 | inherit autotools-brokensep pkgconfig features_check |
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "" | 27 | PACKAGECONFIG ??= "" |
| 28 | 28 | ||
| 29 | inherit features_check | ||
| 30 | REQUIRED_DISTRO_FEATURES ?= "seccomp" | ||
| 31 | 29 | ||
| 32 | DEPENDS = "yajl libcap go-md2man-native m4-native" | 30 | DEPENDS = "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 ? |
