tasks/task-poky: make the file manager a conditional part of the task

mips doesn't support pcmanfm so make it a conditional part of the task by
creating a variable, FILEMANAGER, set to pcmanfm by default and empty for mips

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-01-15 15:44:20 +00:00
parent e77bc0b848
commit fd165bb9c0
1 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,10 @@ ALLOW_EMPTY = "1"
SPLASH ?= "psplash"
# pcmanfm doesn't work on mips
FILEMANAGER ?= "pcmanfm"
FILEMANAGER_mips ?= ""
RDEPENDS_task-poky-apps-console = "\
avahi-daemon \
dropbear \
@ -58,7 +62,7 @@ RDEPENDS_task-poky-x11-base = "\
RDEPENDS_task-poky-apps-x11-core = "\
leafpad \
pcmanfm \
${FILEMANAGER} \
matchbox-terminal \
screenshot"