mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
19 lines
511 B
BlitzBasic
19 lines
511 B
BlitzBasic
SUMMARY = "FUSE implementation of overlayfs."
|
|
DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \
|
|
containers."
|
|
|
|
LICENSE = "GPL-3.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRCREV = "51592ea406f48faeccab288f65dcba6c4a67cd90"
|
|
SRC_URI = " \
|
|
git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https \
|
|
file://0001-utils-Add-missing-include-on-limits.h.patch \
|
|
"
|
|
|
|
DEPENDS = "fuse3"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|