diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-29 23:48:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 12:08:59 +0000 |
commit | 31c7b6f1e81eda077c9af47faa6f53762e77ad87 (patch) | |
tree | 66bf8b518137871844024a617c26d38f4c30e26d | |
parent | 61127dd923c22143eab961515d8115646f518788 (diff) | |
download | poky-31c7b6f1e81eda077c9af47faa6f53762e77ad87.tar.gz |
task-core-x11: use VIRTUAL-RUNTIME variables for xserver_common and graphical_init_manager
(From OE-Core rev: 9e7c7e39a32b29386bee64b75cec949d30e3d2e7)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/tasks/task-core-x11.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-sato/tasks/task-core-x11.bb b/meta/recipes-sato/tasks/task-core-x11.bb index 26d550add2..106bc0f7fb 100644 --- a/meta/recipes-sato/tasks/task-core-x11.bb +++ b/meta/recipes-sato/tasks/task-core-x11.bb | |||
@@ -30,6 +30,12 @@ ALLOW_EMPTY = "1" | |||
30 | FILEMANAGER ?= "pcmanfm" | 30 | FILEMANAGER ?= "pcmanfm" |
31 | FILEMANAGER_mips ?= "" | 31 | FILEMANAGER_mips ?= "" |
32 | 32 | ||
33 | # xserver-common, x11-common | ||
34 | VIRTUAL-RUNTIME_xserver_common ?= "x11-common" | ||
35 | |||
36 | # elsa, xserver-nodm-init | ||
37 | VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" | ||
38 | |||
33 | 39 | ||
34 | RDEPENDS_task-core-x11-base = "\ | 40 | RDEPENDS_task-core-x11-base = "\ |
35 | dbus \ | 41 | dbus \ |
@@ -42,8 +48,8 @@ RDEPENDS_task-core-x11-base = "\ | |||
42 | matchbox-desktop \ | 48 | matchbox-desktop \ |
43 | matchbox-session \ | 49 | matchbox-session \ |
44 | ${XSERVER} \ | 50 | ${XSERVER} \ |
45 | x11-common \ | 51 | ${VIRTUAL-RUNTIME_xserver_common} \ |
46 | xserver-nodm-init \ | 52 | ${VIRTUAL-RUNTIME_graphical_init_manager} \ |
47 | liberation-fonts \ | 53 | liberation-fonts \ |
48 | xauth \ | 54 | xauth \ |
49 | xhost \ | 55 | xhost \ |