fuse.inc: add hacky workaround to stop fuse-module (which doesn't build) being built...
authorKoen Kooi <koen@openembedded.org>
Fri, 26 Sep 2008 12:34:15 +0000 (12:34 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 26 Sep 2008 12:34:15 +0000 (12:34 +0000)
packages/fuse/fuse.inc

index 4195205..d9e7dd7 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "With FUSE it is possible to implement a fully functional filesyst
 HOMEPAGE = "http://fuse.sf.net"
 LICENSE = "GPL"
 DEPENDS = "fakeroot-native"
-RRECOMMENDS_fuse = "fuse-module kernel-module-fuse"
+RRECOMMENDS_fuse = "${@base_contains("MACHINE_FEATURES","kernel26","kernel-module-fuse","fuse-module",d)}"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz"