diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-23 15:19:06 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-07-16 15:40:32 +0100 |
commit | 29d5edffb051df34317e588335c6a454bbb42765 (patch) | |
tree | 98497001255adc2d789b2cfa3d44736655bf2d08 /meta/packages/fuse/fuse.inc | |
parent | 1b6535dc2e556987a8e8a45b4ba8a6d5103b1b9d (diff) | |
download | poky-29d5edffb051df34317e588335c6a454bbb42765.tar.gz |
Use pseudo rather than fakeroot for fake root privileges
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>
Diffstat (limited to 'meta/packages/fuse/fuse.inc')
-rw-r--r-- | meta/packages/fuse/fuse.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/fuse/fuse.inc b/meta/packages/fuse/fuse.inc index d9e7dd72cb..c6755ac7c7 100644 --- a/meta/packages/fuse/fuse.inc +++ b/meta/packages/fuse/fuse.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" | 1 | DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" |
2 | HOMEPAGE = "http://fuse.sf.net" | 2 | HOMEPAGE = "http://fuse.sf.net" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "fakeroot-native" | 4 | DEPENDS = "virtual/fakeroot-native" |
5 | RRECOMMENDS_fuse = "${@base_contains("MACHINE_FEATURES","kernel26","kernel-module-fuse","fuse-module",d)}" | 5 | RRECOMMENDS_fuse = "${@base_contains("MACHINE_FEATURES","kernel26","kernel-module-fuse","fuse-module",d)}" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz" | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz" |