mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
task-x11: define better default XSERVER/XSERVER_COMMON values and make whole recipe MACHINE_ARCH
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "x11/server"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PV = "1.0"
|
PV = "1.0"
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
# WORK IN PROGRESS
|
# WORK IN PROGRESS
|
||||||
|
|
||||||
@@ -21,12 +21,10 @@ RRECOMMENDS_${PN} = "\
|
|||||||
|
|
||||||
# Some machines don't set a *runtime* provider for X, so default to Xfbdev here
|
# Some machines don't set a *runtime* provider for X, so default to Xfbdev here
|
||||||
# virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
|
# virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
|
||||||
XSERVER ?= "xserver-kdrive-fbdev"
|
XSERVER ?= "xserver-xorg"
|
||||||
XSERVER_COMMON ?= "xserver-kdrive-common"
|
XSERVER_COMMON ?= "xserver-common"
|
||||||
XSERVER_COMMON_shr = "xserver-common"
|
|
||||||
|
|
||||||
# This is also the reason why we have to make this package machine specific :/
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
PACKAGE_ARCH_${PN}-server = "${MACHINE_ARCH}"
|
|
||||||
|
|
||||||
RDEPENDS_${PN}-server = "\
|
RDEPENDS_${PN}-server = "\
|
||||||
${XSERVER} \
|
${XSERVER} \
|
||||||
|
|||||||
Reference in New Issue
Block a user