aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-kernel/fuse/fuse.inc
blob: c6755ac7c702724ab550eca005fdfebd7c3e2a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program"
HOMEPAGE = "http://fuse.sf.net"
LICENSE = "GPL"
DEPENDS = "virtual/fakeroot-native"
RRECOMMENDS_fuse = "${@base_contains("MACHINE_FEATURES","kernel26","kernel-module-fuse","fuse-module",d)}"

SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz"

inherit autotools pkgconfig

fakeroot do_install() {
	oe_runmake install DESTDIR=${D}
}