summaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-09-16 11:11:28 +0000
committerRichard Purdie <richard@openedhand.com>2006-09-16 11:11:28 +0000
commitc9eb0b3804715064b320f8e168ed556567449fad (patch)
treee65c055cc7366ee02717ea46c2bfb66bcf50235d /meta/packages/tasks
parent163af3811a65c0f3badec4e1231156d269855806 (diff)
downloadpoky-c9eb0b3804715064b320f8e168ed556567449fad.tar.gz
task-oh.bb Move xserver depends from image depends into the task package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@716 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r--meta/packages/tasks/task-oh.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb
index deeba58120..6b8125966b 100644
--- a/meta/packages/tasks/task-oh.bb
+++ b/meta/packages/tasks/task-oh.bb
@@ -11,6 +11,8 @@ PACKAGES = "\
11 task-oh-devtools \ 11 task-oh-devtools \
12 task-oh-testapps" 12 task-oh-testapps"
13 13
14XSERVER ?= "xserver-kdrive-fbdev"
15
14ALLOW_EMPTY = "1" 16ALLOW_EMPTY = "1"
15 17
16RDEPENDS_task-oh-boot = "\ 18RDEPENDS_task-oh-boot = "\
@@ -39,7 +41,8 @@ RDEPENDS_task-oh-base = "\
39 matchbox-common \ 41 matchbox-common \
40 matchbox-wm \ 42 matchbox-wm \
41 matchbox-keyboard \ 43 matchbox-keyboard \
42 matchbox-panel \ 44 matchbox-panel \
45 ${XSERVER} \
43 xserver-kdrive-common \ 46 xserver-kdrive-common \
44 xserver-nodm-init \ 47 xserver-nodm-init \
45 ttf-bitstream-vera \ 48 ttf-bitstream-vera \