diff options
| -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" | ||
