mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
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:
parent
ca01a630e5
commit
113af45b75
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user