aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb')
-rw-r--r--recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb b/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb
new file mode 100644
index 00000000..31199928
--- /dev/null
+++ b/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb
@@ -0,0 +1,18 @@
+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