mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fuse: add version 2.8.5
This recipes is required by ntfs-3g-ntfsprogs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
aab3fe5401
commit
6c5e6ee170
34
meta-oe/recipes-support/fuse/fuse_2.8.5.bb
Normal file
34
meta-oe/recipes-support/fuse/fuse_2.8.5.bb
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program"
|
||||
HOMEPAGE = "http://fuse.sf.net"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2&LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "8aa2fd689de00b73963620483084ae3b"
|
||||
SRC_URI[sha256sum] = "bec80e66ae8ee60dfdf67b2ca291266a45dcfe6bc20c64f3acfceaa38ed29a84"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-kernel-module"
|
||||
|
||||
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
|
||||
|
||||
RRECOMMENDS_${PN} = "kernel-module-fuse""
|
||||
|
||||
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*"
|
||||
|
||||
# Forbid auto-renaming to libfuse-utils
|
||||
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"
|
||||
Loading…
Reference in New Issue
Block a user