diff options
Diffstat (limited to 'meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.0.bb')
-rw-r--r-- | meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.0.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.0.bb new file mode 100644 index 000000000..b89d8db15 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "A FUSE based implemention of unionfs" | ||
2 | HOMEPAGE = "https://github.com/rpodgorny/unionfs-fuse" | ||
3 | SECTION = "console/network" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32 \ | ||
6 | file://LICENSE;md5=7e5a37fce17307066eec6b23546da3b3 \ | ||
7 | " | ||
8 | |||
9 | SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master \ | ||
10 | file://0001-support-cross-compiling.patch \ | ||
11 | " | ||
12 | SRCREV = "c8d23a9a75f1a62988593671839e8a168a79f3e5" | ||
13 | |||
14 | DEPENDS = "fuse" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | inherit cmake pkgconfig | ||