diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-21 12:23:42 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-21 12:23:42 +0000 |
commit | 9dde123183e9b9aa5c637c77ae51845356fef9ad (patch) | |
tree | 708046eba02ce34db42a4b3e202e6a7ad3d74a10 /packages/fuse/fuse_2.6.0.bb | |
parent | 373c52d20c06479a59091293dbeb1cc22ed74dc4 (diff) |
fuse: unify, clean up
Diffstat (limited to 'packages/fuse/fuse_2.6.0.bb')
-rw-r--r-- | packages/fuse/fuse_2.6.0.bb | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/packages/fuse/fuse_2.6.0.bb b/packages/fuse/fuse_2.6.0.bb index 74dd994720..2d5809cd00 100644 --- a/packages/fuse/fuse_2.6.0.bb +++ b/packages/fuse/fuse_2.6.0.bb @@ -1,30 +1,15 @@ -DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" -HOMEPAGE = "http://fuse.sf.net" -LICENSE = "LGPL" +require fuse.inc -PR = "r0" +SRC_URI += "file://not-run-updaterc.d-on-host.patch;patch=1" -DEPENDS = "fakeroot-native" -RRECOMMENDS_${PN} = "fuse-module kernel-module-fuse" - -SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz \ - file://not-run-updaterc.d-on-host.patch;patch=1" - - -inherit autotools pkgconfig EXTRA_OECONF = " --disable-kernel-module" -fakeroot do_install() { - oe_runmake install DESTDIR=${D} -} - #package utils in a sperate package and stop debian.bbclass renaming it to libfuse-utils, we want it to be fuse-utils PACKAGES =+ "lib${PN} libulockmgr" FILES_${PN}-dev += "${libdir}/*.la" FILES_lib${PN} = "${libdir}/libfuse*.so.*" FILES_libulockmgr = "${libdir}/libulockmgr.so.*" - fakeroot do_stage() { autotools_stage_all } |