Add task-oh-devtools and task-oh-testapps to oh-image, conditionally based on DISTRO_TYPE
authorRichard Purdie <richard@openedhand.com>
Fri, 21 Jul 2006 12:15:32 +0000 (12:15 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 21 Jul 2006 12:15:32 +0000 (12:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@535 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/images/oh-image.bb

index 7750eeb..2d10e04 100644 (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}"