diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-16 11:11:28 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-16 11:11:28 +0000 |
commit | c9eb0b3804715064b320f8e168ed556567449fad (patch) | |
tree | e65c055cc7366ee02717ea46c2bfb66bcf50235d /meta/packages/tasks | |
parent | 163af3811a65c0f3badec4e1231156d269855806 (diff) | |
download | poky-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.bb | 5 |
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 | ||
14 | XSERVER ?= "xserver-kdrive-fbdev" | ||
15 | |||
14 | ALLOW_EMPTY = "1" | 16 | ALLOW_EMPTY = "1" |
15 | 17 | ||
16 | RDEPENDS_task-oh-boot = "\ | 18 | RDEPENDS_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 \ |