[oe-commits] Tom Rini : unionfs-fuse: A FUSE based implementation of UnionFS

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 09:38:52 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 87317f52e9b9a22e64454da6ad6cbd48a89ed951
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=87317f52e9b9a22e64454da6ad6cbd48a89ed951

Author: Tom Rini <tom.rini at gmail.com>
Date:   Mon Jun 16 07:59:40 2014 -0400

unionfs-fuse: A FUSE based implementation of UnionFS

Cc: Koen Kooi <koen at dominion.thruhere.net>
Cc: Philip Balister <philip at balister.org>
Cc: hongxu jia <hongxu.jia at windriver.com>
Signed-off-by: Tom Rini <tom.rini at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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 0000000..1d50364
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A FUSE based implemention of unionfs"
+HOMEPAGE = "http://podgorny.cz/moin/UnionFsFuse"
+SECTION = "console/network"
+LICENSE = "BSD-3-Clause"
+DEPENDS = "fuse"
+LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32"
+
+SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${PN}-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2"
+SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662"
+
+do_install() {
+	oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
+}



More information about the Openembedded-commits mailing list