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:
20
recipes-angstrom/tasks/task-xserver.bb
Normal file
20
recipes-angstrom/tasks/task-xserver.bb
Normal 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}"
|
||||
|
||||
Reference in New Issue
Block a user