[oe-commits] David-John Willis : 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).

git version control git at git.openembedded.org
Wed Jan 6 18:12:55 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: bf69129951f95969d00ed6e8d9323508c2d8170b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bf69129951f95969d00ed6e8d9323508c2d8170b

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Sun Dec 13 19:29:51 2009 +0000

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.

---

 conf/checksums.ini         |    4 ++++
 recipes/fuse/fuse_2.8.1.bb |   23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 4945d6d..af6aa2a 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 0000000..88e828c
--- /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
+}





More information about the Openembedded-commits mailing list