crun: use REQUIRED_DISTRO_FEATURES to indicate systemd dependency

crun has a hard dependency on systemd, we need to add it to the
recipe to avoid failing package QA checks.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-04-23 10:32:24 -04:00
parent ecc09d82db
commit 144d1ae897

View File

@ -18,7 +18,9 @@ SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \
PV = "0.18+git${SRCREV_crun}"
S = "${WORKDIR}/git"
inherit autotools-brokensep pkgconfig
REQUIRED_DISTRO_FEATURES ?= "systemd"
inherit autotools-brokensep pkgconfig features_check
PACKAGECONFIG ??= ""