angstrom-task-gnome: split out task-gnome-xserver-base
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -6,26 +6,6 @@ PR = "r13"
|
||||
|
||||
inherit task
|
||||
|
||||
# Most of these tasks are arch independant
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
PACKAGES += "task-gnome-xserver-base "
|
||||
|
||||
RDEPENDS_task-gnome-xserver-base = " \
|
||||
dbus-x11 \
|
||||
iso-codes \
|
||||
mime-support \
|
||||
xauth \
|
||||
xdg-utils \
|
||||
xhost \
|
||||
xinetd \
|
||||
xinit \
|
||||
xrandr \
|
||||
xrdb \
|
||||
xset \
|
||||
xvinfo \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
task-gnome-fonts \
|
||||
task-gnome \
|
||||
|
||||
22
recipes-angstrom/tasks/task-gnome-xserver-base.bb
Normal file
22
recipes-angstrom/tasks/task-gnome-xserver-base.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "Task for a full GNOME based image"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r13"
|
||||
|
||||
inherit task
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
dbus-x11 \
|
||||
iso-codes \
|
||||
mime-support \
|
||||
xauth \
|
||||
xdg-utils \
|
||||
xhost \
|
||||
xinetd \
|
||||
xinit \
|
||||
xrandr \
|
||||
xrdb \
|
||||
xset \
|
||||
xvinfo \
|
||||
"
|
||||
Reference in New Issue
Block a user