task-xserver: split XSERVER task into it's own recipe for sstate reasons

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-28 16:01:05 +02:00
parent af2163ef6f
commit c981449367

View File

@@ -0,0 +1,20 @@
DESCRIPTION = "Task for a GNOME based image"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
inherit task
XSERVER ?= "xserver-xorg \
xf86-input-evdev \
xf86-input-mouse \
xf86-video-fbdev \
xf86-input-keyboard \
"
RDEPENDS_${PN} = " \
${XSERVER} \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"