summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-07 14:32:51 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-07 21:00:53 +0000
commit113af45b75d2a19726d3e084e9ba05826128097b (patch)
treee51b9dc334c9b3471273a807ee5db6daf0ad38bb
parentca01a630e5d1af55688751124709c86d631ead75 (diff)
downloadmeta-virtualization-113af45b75d2a19726d3e084e9ba05826128097b.tar.gz
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>
-rw-r--r--recipes-containers/lxcfs/lxcfs_5.0.4.bb3
1 files changed, 2 insertions, 1 deletions
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 @@
1SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations" 1SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations"
2LICENSE = "LGPL-2.1-or-later" 2LICENSE = "LGPL-2.1-or-later"
3 3
4inherit meson pkgconfig systemd 4REQUIRED_DISTRO_FEATURES ?= "systemd"
5inherit meson pkgconfig systemd features_check
5 6
6SRC_URI = " \ 7SRC_URI = " \
7 https://linuxcontainers.org/downloads/lxcfs/lxcfs-${PV}.tar.gz \ 8 https://linuxcontainers.org/downloads/lxcfs/lxcfs-${PV}.tar.gz \