summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxcfs/lxcfs_4.0.7.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-02-07 08:14:00 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-02-07 08:20:30 -0500
commit0904b0a7788d22f32d28541197c898e032107c99 (patch)
tree40cce531d2520be421fc879f67ceb87159de55d2 /recipes-containers/lxcfs/lxcfs_4.0.7.bb
parent117425a745d6c37b67dfecd7f9d20337d27dd6f3 (diff)
downloadmeta-virtualization-0904b0a7788d22f32d28541197c898e032107c99.tar.gz
lxcfs: update to 4.0.7
Bumping to the latest available lxcfs. As part of this update, the license has changed to LGPL-2.1+ (from Apache-2.0) We also refresh our systemd patch to continue to apply. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/lxcfs/lxcfs_4.0.7.bb')
-rw-r--r--recipes-containers/lxcfs/lxcfs_4.0.7.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-containers/lxcfs/lxcfs_4.0.7.bb b/recipes-containers/lxcfs/lxcfs_4.0.7.bb
new file mode 100644
index 00000000..11d2ff51
--- /dev/null
+++ b/recipes-containers/lxcfs/lxcfs_4.0.7.bb
@@ -0,0 +1,25 @@
1SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations"
2LICENSE = "LGPL-2.1+"
3
4inherit autotools pkgconfig systemd
5
6SRC_URI = " \
7 https://linuxcontainers.org/downloads/lxcfs/lxcfs-${PV}.tar.gz \
8 file://systemd-allow-for-distinct-build-directory.patch \
9 file://systemd-ensure-var-lib-lxcfs-exists.patch \
10"
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=29ae50a788f33f663405488bc61eecb1"
13SRC_URI[md5sum] = "9d963976207fb0ca4701428ae0587aeb"
14SRC_URI[sha256sum] = "3f28e2f4b04c0090aaf88b72666505f0313768a5254dd48a14c43cf78c543ec8"
15
16DEPENDS += "fuse"
17RDEPENDS_${PN} += "fuse"
18
19FILES_${PN} += "${datadir}/lxc/config/common.conf.d/*"
20
21CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN='false // No help2man //'"
22EXTRA_OECONF += "--with-distro=unknown --with-init-script=${VIRTUAL-RUNTIME_init_manager}"
23
24SYSTEMD_PACKAGES = "${PN}"
25SYSTEMD_SERVICE_${PN} = "lxcfs.service"