summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/crun/crun_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 107e08b7..549f6090 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -18,7 +18,9 @@ SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \
18PV = "0.18+git${SRCREV_crun}" 18PV = "0.18+git${SRCREV_crun}"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit autotools-brokensep pkgconfig 21REQUIRED_DISTRO_FEATURES ?= "systemd"
22
23inherit autotools-brokensep pkgconfig features_check
22 24
23PACKAGECONFIG ??= "" 25PACKAGECONFIG ??= ""
24 26