mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
26 lines
889 B
BlitzBasic
26 lines
889 B
BlitzBasic
SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations"
|
|
LICENSE = "LGPL-2.1+"
|
|
|
|
inherit autotools pkgconfig systemd
|
|
|
|
SRC_URI = " \
|
|
https://linuxcontainers.org/downloads/lxcfs/lxcfs-${PV}.tar.gz \
|
|
file://systemd-allow-for-distinct-build-directory.patch \
|
|
file://systemd-ensure-var-lib-lxcfs-exists.patch \
|
|
"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=29ae50a788f33f663405488bc61eecb1"
|
|
SRC_URI[md5sum] = "9d963976207fb0ca4701428ae0587aeb"
|
|
SRC_URI[sha256sum] = "3f28e2f4b04c0090aaf88b72666505f0313768a5254dd48a14c43cf78c543ec8"
|
|
|
|
DEPENDS += "fuse"
|
|
RDEPENDS_${PN} += "fuse"
|
|
|
|
FILES_${PN} += "${datadir}/lxc/config/common.conf.d/*"
|
|
|
|
CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN='false // No help2man //'"
|
|
EXTRA_OECONF += "--with-distro=unknown --with-init-script=${VIRTUAL-RUNTIME_init_manager}"
|
|
|
|
SYSTEMD_PACKAGES = "${PN}"
|
|
SYSTEMD_SERVICE_${PN} = "lxcfs.service"
|