summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-12-13 19:29:51 +0000
committerKoen Kooi <koen@openembedded.org>2010-01-06 09:34:55 +0100
commitbf69129951f95969d00ed6e8d9323508c2d8170b (patch)
tree915b728ba377c08f7955551a3884a9c5fdeebc90
parent08463df7fe4a5eebe30c66b4d75c87be494372c5 (diff)
fuse: Add 2.8.1 and checksum (no module recipe as 2.6 module has been in the kernel tree since 2.6.27 and is no longer shipped out of tree).
* Older kernels can still build the older fuse-module and use with the new userspace.
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/fuse/fuse_2.8.1.bb23
2 files changed, 27 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 4945d6d630..af6aa2af5d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -8070,6 +8070,10 @@ sha256=fb390948aa27628e4fb48aa6658a20ad8c1ee304fe76bb60ac29b81c63d3baff
md5=4879f06570d2225667534c37fea04213
sha256=c8b070ece5d4e09bd06eea6c28818c718f803d93a4b85bacb9982deb8ded49e6
+[http://downloads.sourceforge.net/fuse/fuse-2.8.1.tar.gz]
+md5=0e3505ce90155983f1bc995eb2cf6fa7
+sha256=007f1056ce329a7c9976ab7b68d3361991261e188f36364d0406f8ee457d2eaf
+
[http://downloads.sourceforge.net/fuse/fuse-python-0.2.tar.gz]
md5=68be744e71a42cd8a92905a49f346278
sha256=89f3e9ac096759e10b6292632216c9653d7e35c2c99847267173d94afdf85b92
diff --git a/recipes/fuse/fuse_2.8.1.bb b/recipes/fuse/fuse_2.8.1.bb
new file mode 100644
index 0000000000..88e828c188
--- /dev/null
+++ b/recipes/fuse/fuse_2.8.1.bb
@@ -0,0 +1,23 @@
+require fuse.inc
+
+PR = "r0"
+
+EXTRA_OECONF = " --disable-kernel-module"
+
+#package utils in a sperate package and stop debian.bbclass renaming it to libfuse-utils, we want it to be fuse-utils
+PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
+FILES_${PN} += "${libdir}/libfuse.so.*"
+FILES_${PN}-dev += "${libdir}/libfuse*.la"
+
+FILES_libulockmgr = "${libdir}/libulockmgr.so.*"
+FILES_libulockmgr-dev += "${libdir}/libulock*.la"
+FILES_libulockmgr-dbg += "${libdir}/.debug/libulock*"
+
+FILES_fuse-utils = "${bindir} ${base_sbindir}"
+FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug"
+DEBIAN_NOAUTONAME_fuse-utils = "1"
+DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
+
+fakeroot do_stage() {
+ autotools_stage_all
+}