mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 13:59:40 +01:00
Make use of the ability to configure the fake root provider and use Wind River's pseudo utility. Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 lines
445 B
PHP
14 lines
445 B
PHP
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}
|
|
}
|