diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-09 18:07:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:57:08 +0100 |
commit | 7f92587c3d0c1140d1d11d98ffaf6e63e42a5c28 (patch) | |
tree | 674830c2ba784039cdc5c4ca7487247594203416 /meta-demoapps/recipes-kernel/fuse/fuse.inc | |
parent | e646a999726cc70cd60357bf1a39b0bd965a4c7c (diff) | |
download | poky-7f92587c3d0c1140d1d11d98ffaf6e63e42a5c28.tar.gz |
fuse: drop since it is not used by other recipes
This is unused and a newer version will be made available in meta-oe
in meanwhile.
(From OE-Core rev: 06e5827be5efbfbbb710f8a5332722266cd23c5e)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-kernel/fuse/fuse.inc')
-rw-r--r-- | meta-demoapps/recipes-kernel/fuse/fuse.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-demoapps/recipes-kernel/fuse/fuse.inc b/meta-demoapps/recipes-kernel/fuse/fuse.inc deleted file mode 100644 index c6755ac7c7..0000000000 --- a/meta-demoapps/recipes-kernel/fuse/fuse.inc +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" | ||
2 | HOMEPAGE = "http://fuse.sf.net" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "virtual/fakeroot-native" | ||
5 | RRECOMMENDS_fuse = "${@base_contains("MACHINE_FEATURES","kernel26","kernel-module-fuse","fuse-module",d)}" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | fakeroot do_install() { | ||
12 | oe_runmake install DESTDIR=${D} | ||
13 | } | ||