summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \