summaryrefslogtreecommitdiff
path: root/packages/fuse/fuse-module_2.4.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-05 19:52:45 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-05 19:52:45 +0000
commitfe5bfb0d15b118e0c590e752ed320593604b5094 (patch)
treee46ff7dabd29e7643d9349dff9940119ebc69254 /packages/fuse/fuse-module_2.4.2.bb
parent6713b5b6ec1da1d618fabe0cb234d7cb32d2a6ba (diff)
fuse: fix RRECOMMEND(S)
Diffstat (limited to 'packages/fuse/fuse-module_2.4.2.bb')
-rw-r--r--packages/fuse/fuse-module_2.4.2.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/fuse/fuse-module_2.4.2.bb b/packages/fuse/fuse-module_2.4.2.bb
deleted file mode 100644
index 512f0453a1..0000000000
--- a/packages/fuse/fuse-module_2.4.2.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-HOMEPAGE = "http://fuse.sf.net"
-DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program"
-MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
-
-LICENSE = "GPL"
-
-
-DEPENDS = "fakeroot-native"
-RRECOMMEND = "fuse"
-
-SRC_URI="${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz"
-S = "${WORKDIR}/fuse-${PV}"
-
-inherit autotools pkgconfig module
-EXTRA_OECONF = " --with-kernel=${STAGING_KERNEL_DIR}"
-
-do_configure() {
-cd ${S} ; oe_runconf
-}
-
-do_compile(){
-LDFLAGS=""
-cd ${S}/kernel
-oe_runmake
-}
-
-fakeroot do_install() {
-LDFLAGS=""
-cd ${S}/kernel
-oe_runmake install DESTDIR=${D}
-}
-
-FILES_${PN} = "/dev /lib/modules"