diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-01 22:46:07 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 08:55:54 +0200 |
| commit | 6c5e6ee170662b13ec5b9d87a48067e3b3bdbadf (patch) | |
| tree | ab5d9ac746f91341cfea12c75d056ad3230f8ec7 /meta-oe/recipes-support/fuse | |
| parent | aab3fe5401f5c1f887e2229c82a0593b165595ac (diff) | |
| download | meta-openembedded-6c5e6ee170662b13ec5b9d87a48067e3b3bdbadf.tar.gz | |
fuse: add version 2.8.5
This recipes is required by ntfs-3g-ntfsprogs.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-oe/recipes-support/fuse')
| -rw-r--r-- | meta-oe/recipes-support/fuse/fuse_2.8.5.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fuse/fuse_2.8.5.bb b/meta-oe/recipes-support/fuse/fuse_2.8.5.bb new file mode 100644 index 0000000000..65b114b6d0 --- /dev/null +++ b/meta-oe/recipes-support/fuse/fuse_2.8.5.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" | ||
| 2 | HOMEPAGE = "http://fuse.sf.net" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "GPLv2&LGPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 6 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | ||
| 7 | |||
| 8 | PR = "r0" | ||
| 9 | |||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8aa2fd689de00b73963620483084ae3b" | ||
| 13 | SRC_URI[sha256sum] = "bec80e66ae8ee60dfdf67b2ca291266a45dcfe6bc20c64f3acfceaa38ed29a84" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | EXTRA_OECONF = "--disable-kernel-module" | ||
| 18 | |||
| 19 | PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg" | ||
| 20 | |||
| 21 | RRECOMMENDS_${PN} = "kernel-module-fuse"" | ||
| 22 | |||
| 23 | FILES_${PN} += "${libdir}/libfuse.so.*" | ||
| 24 | FILES_${PN}-dev += "${libdir}/libfuse*.la" | ||
| 25 | |||
| 26 | FILES_libulockmgr = "${libdir}/libulockmgr.so.*" | ||
| 27 | FILES_libulockmgr-dev += "${libdir}/libulock*.la" | ||
| 28 | FILES_libulockmgr-dbg += "${libdir}/.debug/libulock*" | ||
| 29 | |||
| 30 | # Forbid auto-renaming to libfuse-utils | ||
| 31 | FILES_fuse-utils = "${bindir} ${base_sbindir}" | ||
| 32 | FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug" | ||
| 33 | DEBIAN_NOAUTONAME_fuse-utils = "1" | ||
| 34 | DEBIAN_NOAUTONAME_fuse-utils-dbg = "1" | ||
