diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-07 08:14:00 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-07 08:20:30 -0500 |
| commit | 0904b0a7788d22f32d28541197c898e032107c99 (patch) | |
| tree | 40cce531d2520be421fc879f67ceb87159de55d2 /recipes-containers/lxcfs/lxcfs_4.0.7.bb | |
| parent | 117425a745d6c37b67dfecd7f9d20337d27dd6f3 (diff) | |
| download | meta-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.bb | 25 |
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 @@ | |||
| 1 | SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations" | ||
| 2 | LICENSE = "LGPL-2.1+" | ||
| 3 | |||
| 4 | inherit autotools pkgconfig systemd | ||
| 5 | |||
| 6 | SRC_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 | |||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=29ae50a788f33f663405488bc61eecb1" | ||
| 13 | SRC_URI[md5sum] = "9d963976207fb0ca4701428ae0587aeb" | ||
| 14 | SRC_URI[sha256sum] = "3f28e2f4b04c0090aaf88b72666505f0313768a5254dd48a14c43cf78c543ec8" | ||
| 15 | |||
| 16 | DEPENDS += "fuse" | ||
| 17 | RDEPENDS_${PN} += "fuse" | ||
| 18 | |||
| 19 | FILES_${PN} += "${datadir}/lxc/config/common.conf.d/*" | ||
| 20 | |||
| 21 | CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN='false // No help2man //'" | ||
| 22 | EXTRA_OECONF += "--with-distro=unknown --with-init-script=${VIRTUAL-RUNTIME_init_manager}" | ||
| 23 | |||
| 24 | SYSTEMD_PACKAGES = "${PN}" | ||
| 25 | SYSTEMD_SERVICE_${PN} = "lxcfs.service" | ||
