projects
/
scm
/
bb
/
tizen-distro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f901a8
)
Add task-oh-devtools and task-oh-testapps to oh-image, conditionally based on DISTRO_TYPE
author
Richard Purdie
<richard@openedhand.com>
Fri, 21 Jul 2006 12:15:32 +0000
(12:15 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/meta/packages/images/oh-image.bb
b/meta/packages/images/oh-image.bb
index
7750eeb
..
2d10e04
100644
(file)
--- a/
meta/packages/images/oh-image.bb
+++ b/
meta/packages/images/oh-image.bb
@@
-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}"