blob: 0f6d0fb6806c06dd90561eb3bbec12745782cee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "FUSE implementation of overlayfs."
DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \
containers."
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRCREV = "33cb788edc05f5e3cbb8a7a241f5a04bee264730"
SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https"
DEPENDS = "fuse3"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
|