git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6226d97
)
fuse.inc: add hacky workaround to stop fuse-module (which doesn't build) being built...
author
Koen Kooi
<koen@openembedded.org>
Fri, 26 Sep 2008 12:34:15 +0000
(12:34 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 26 Sep 2008 12:34:15 +0000
(12:34 +0000)
packages/fuse/fuse.inc
patch
|
blob
|
history
diff --git
a/packages/fuse/fuse.inc
b/packages/fuse/fuse.inc
index
4195205
..
d9e7dd7
100644
(file)
--- a/
packages/fuse/fuse.inc
+++ b/
packages/fuse/fuse.inc
@@
-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"