From: Koen Kooi Date: Thu, 8 Dec 2005 12:38:55 +0000 (+0000) Subject: fuse 2.4.2: add libfuse, userspace utils and udev script X-Git-Tag: Release-2010-05/1~9453^2~2965 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ad8c115f7fc13205d9bea97e1ab52d6c097184;p=openembedded.git fuse 2.4.2: add libfuse, userspace utils and udev script * the kernel module is missing, but should be committed soon --- diff --git a/packages/fuse/.mtn2git_empty b/packages/fuse/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/fuse/fuse_2.4.2.bb b/packages/fuse/fuse_2.4.2.bb new file mode 100644 index 0000000000..a52578b550 --- /dev/null +++ b/packages/fuse/fuse_2.4.2.bb @@ -0,0 +1,23 @@ +HOMEPAGE = "http://fuse.sf.net" +DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" +MAINTAINER = "Koen Kooi " + +LICENSE_${PN} = "LGPL + +DEPENDS = "fakeroot-native" +RRECOMMEND_${PN} = "fuse-module" + +SRC_URI="${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" + +inherit autotools pkgconfig +EXTRA_OECONF = " --disable-kernel-module" + +fakeroot do_install() { +oe_runmake install DESTDIR=${D} +} + +fakeroot do_stage() { +autotools_stage_all +} + +