From: Ross Burton Date: Wed, 29 Aug 2012 11:34:13 +0000 (+0100) Subject: task-core-x11: default to xserver-xorg instead of kdrive X-Git-Tag: 2015-4~9359 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9af014091359b07c10afa3a04961bcbcfd74bc1e;p=openembedded-core.git task-core-x11: default to xserver-xorg instead of kdrive Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r0" +PR = "r1" PACKAGES = "\ task-core-x11-mini \ @@ -16,7 +16,7 @@ PACKAGES = "\ PACKAGE_ARCH = "${MACHINE_ARCH}" -XSERVER ?= "xserver-kdrive-fbdev" +XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" ALLOW_EMPTY = "1" 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r35" +PR = "r36" PACKAGES = "\ task-core-apps-x11-core \ @@ -22,7 +22,7 @@ PACKAGES = "\ PACKAGE_ARCH = "${MACHINE_ARCH}" -XSERVER ?= "xserver-kdrive-fbdev" +XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" ALLOW_EMPTY = "1"