From 113af45b75d2a19726d3e084e9ba05826128097b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Sep 2023 14:32:51 +0000 Subject: [PATCH] lxcfs: add systemd to REQUIRED_DISTRO_FEATURES lxcfs requires systemd, so we add it to the feature check. Signed-off-by: Bruce Ashfield --- recipes-containers/lxcfs/lxcfs_5.0.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-containers/lxcfs/lxcfs_5.0.4.bb b/recipes-containers/lxcfs/lxcfs_5.0.4.bb index 73ed97a7..5d2ad164 100644 --- a/recipes-containers/lxcfs/lxcfs_5.0.4.bb +++ b/recipes-containers/lxcfs/lxcfs_5.0.4.bb @@ -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 \