diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-29 12:34:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-02 05:52:08 -0700 |
commit | dbc8cc458bbdcde338b02281ef962b99635690b1 (patch) | |
tree | 954b2d1ff57eb02ccd64b5c7a88082b41a20cfce /meta/recipes-sato | |
parent | 50d5131aeed85c2d90b1d4acd00c3748b784fab0 (diff) | |
download | poky-dbc8cc458bbdcde338b02281ef962b99635690b1.tar.gz |
task-core-x11: default to xserver-xorg instead of kdrive
(From OE-Core rev: 9af014091359b07c10afa3a04961bcbcfd74bc1e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/tasks/task-core-x11-mini.bb | 4 | ||||
-rw-r--r-- | meta/recipes-sato/tasks/task-core-x11.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-sato/tasks/task-core-x11-mini.bb b/meta/recipes-sato/tasks/task-core-x11-mini.bb index 98189fe315..0aed286e5e 100644 --- a/meta/recipes-sato/tasks/task-core-x11-mini.bb +++ b/meta/recipes-sato/tasks/task-core-x11-mini.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Tasks for core X11 applications" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-core-x11-mini \ | 12 | task-core-x11-mini \ |
@@ -16,7 +16,7 @@ PACKAGES = "\ | |||
16 | 16 | ||
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
18 | 18 | ||
19 | XSERVER ?= "xserver-kdrive-fbdev" | 19 | XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" |
20 | 20 | ||
21 | ALLOW_EMPTY = "1" | 21 | ALLOW_EMPTY = "1" |
22 | 22 | ||
diff --git a/meta/recipes-sato/tasks/task-core-x11.bb b/meta/recipes-sato/tasks/task-core-x11.bb index f1b06f9a12..764ea026de 100644 --- a/meta/recipes-sato/tasks/task-core-x11.bb +++ b/meta/recipes-sato/tasks/task-core-x11.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Tasks for core X11 applications" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r35" | 9 | PR = "r36" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-core-apps-x11-core \ | 12 | task-core-apps-x11-core \ |
@@ -22,7 +22,7 @@ PACKAGES = "\ | |||
22 | 22 | ||
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 23 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
24 | 24 | ||
25 | XSERVER ?= "xserver-kdrive-fbdev" | 25 | XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" |
26 | 26 | ||
27 | ALLOW_EMPTY = "1" | 27 | ALLOW_EMPTY = "1" |
28 | 28 | ||