diff options
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 4 |
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 \ | |||
18 | PV = "0.18+git${SRCREV_crun}" | 18 | PV = "0.18+git${SRCREV_crun}" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | inherit autotools-brokensep pkgconfig | 21 | REQUIRED_DISTRO_FEATURES ?= "systemd" |
22 | |||
23 | inherit autotools-brokensep pkgconfig features_check | ||
22 | 24 | ||
23 | PACKAGECONFIG ??= "" | 25 | PACKAGECONFIG ??= "" |
24 | 26 | ||