diff options
| -rw-r--r-- | recipes-containers/lxcfs/lxcfs_5.0.4.bb | 3 |
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 @@ | |||
| 1 | SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations" | 1 | SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations" |
| 2 | LICENSE = "LGPL-2.1-or-later" | 2 | LICENSE = "LGPL-2.1-or-later" |
| 3 | 3 | ||
| 4 | inherit meson pkgconfig systemd | 4 | REQUIRED_DISTRO_FEATURES ?= "systemd" |
| 5 | inherit meson pkgconfig systemd features_check | ||
| 5 | 6 | ||
| 6 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 7 | https://linuxcontainers.org/downloads/lxcfs/lxcfs-${PV}.tar.gz \ | 8 | https://linuxcontainers.org/downloads/lxcfs/lxcfs-${PV}.tar.gz \ |
