mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
50d5131aee
commit
dbc8cc458b
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user