angstrom-task-gnome: split out task-gnome-fonts

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2012-08-05 00:42:05 +02:00
parent f9d075a54f
commit 70f6dfa7a2
2 changed files with 15 additions and 8 deletions

View File

@@ -9,14 +9,7 @@ inherit task
# Most of these tasks are arch independant
PACKAGE_ARCH = "all"
PACKAGES += "task-gnome-fonts task-gnome task-gnome-gstreamer task-gnome-perl task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
RDEPENDS_task-gnome-fonts = " \
fontconfig fontconfig-utils font-util \
ttf-liberation-sans \
ttf-liberation-serif \
ttf-liberation-mono \
"
PACKAGES += "task-gnome task-gnome-gstreamer task-gnome-perl task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
RDEPENDS_task-gnome = " \
gnome-settings-daemon gnome-control-center \

View File

@@ -0,0 +1,14 @@
DESCRIPTION = "Task for a GNOME fonts"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r13"
inherit task
RDEPENDS_${PN} = " \
fontconfig fontconfig-utils font-util \
ttf-liberation-sans \
ttf-liberation-serif \
ttf-liberation-mono \
"