Add task-oh-devtools and task-oh-testapps to oh-image, conditionally based on DISTRO_TYPE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@535 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-07-21 12:15:32 +00:00
parent 64f45a4e05
commit 440b33ae8e
1 changed files with 3 additions and 1 deletions

View File

@ -7,12 +7,14 @@ GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "task-oh"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
task-oh-standard \
${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \
${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"