angstrom-task-gnome: split out task-gnome-xserver-base

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2012-08-05 01:09:07 +02:00
parent c96f2bdaaa
commit 24c5efef61
2 changed files with 22 additions and 20 deletions

View File

@@ -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 \

View 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 \
"