[OE-core] [PATCH 2/2] task-core-x11: default to xserver-xorg instead of kdrive

Koen Kooi koen at dominion.thruhere.net
Wed Aug 29 16:50:35 UTC 2012


Op 29 aug. 2012, om 17:53 heeft Ross Burton <ross.burton at intel.com> het volgende geschreven:

> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
> meta/recipes-sato/tasks/task-core-x11-mini.bb |    2 +-
> meta/recipes-sato/tasks/task-core-x11.bb      |    2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-sato/tasks/task-core-x11-mini.bb b/meta/recipes-sato/tasks/task-core-x11-mini.bb
> index 98189fe..ad736b9 100644
> --- a/meta/recipes-sato/tasks/task-core-x11-mini.bb
> +++ b/meta/recipes-sato/tasks/task-core-x11-mini.bb
> @@ -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 f1b06f9..00e3c0c 100644
> --- a/meta/recipes-sato/tasks/task-core-x11.bb
> +++ b/meta/recipes-sato/tasks/task-core-x11.bb
> @@ -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"


Missing PR bumps



More information about the Openembedded-core mailing list