blob: 0cc02983d1e7eab0939699b975df2939799938ea [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "A FUSE based implemention of unionfs"
2HOMEPAGE = "https://github.com/rpodgorny/unionfs-fuse"
3SECTION = "console/network"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32 \
6 file://LICENSE;md5=7e5a37fce17307066eec6b23546da3b3 \
7"
8
9SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master \
10 file://0001-support-cross-compiling.patch \
11 "
Patrick Williams93c203f2021-10-06 16:15:23 -050012SRCREV = "b0e3805d3d84d44ddf3e4e5238ae0332145d8157"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
14DEPENDS = "fuse"
15
16S = "${WORKDIR}/git"
17
18inherit cmake pkgconfig