lxcfs: add systemd to REQUIRED_DISTRO_FEATURES

lxcfs requires systemd, so we add it to the feature check.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-09-07 14:32:51 +00:00
parent ca01a630e5
commit 113af45b75

View File

@ -1,7 +1,8 @@
SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations"
LICENSE = "LGPL-2.1-or-later"
inherit meson pkgconfig systemd
REQUIRED_DISTRO_FEATURES ?= "systemd"
inherit meson pkgconfig systemd features_check
SRC_URI = " \
https://linuxcontainers.org/downloads/lxcfs/lxcfs-${PV}.tar.gz \