mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
ecc09d82db
commit
144d1ae897
|
@ -18,7 +18,9 @@ SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \
|
||||||
PV = "0.18+git${SRCREV_crun}"
|
PV = "0.18+git${SRCREV_crun}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig
|
REQUIRED_DISTRO_FEATURES ?= "systemd"
|
||||||
|
|
||||||
|
inherit autotools-brokensep pkgconfig features_check
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user