aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
blob: 30a74be20f6377ce1381336c1c403ce645f8b10d (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 = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https"

DEPENDS = "fuse3"

S = "${WORKDIR}/git"

inherit autotools pkgconfig