diff options
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb new file mode 100644 index 000000000..1d5036469 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "A FUSE based implemention of unionfs" | ||
2 | HOMEPAGE = "http://podgorny.cz/moin/UnionFsFuse" | ||
3 | SECTION = "console/network" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | DEPENDS = "fuse" | ||
6 | LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32" | ||
7 | |||
8 | SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${PN}-${PV}.tar.xz" | ||
9 | |||
10 | SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2" | ||
11 | SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662" | ||
12 | |||
13 | do_install() { | ||
14 | oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} | ||
15 | } | ||