[oe] [meta-angstrom 02/16] angstrom-task-gnome: split out task-gnome-fonts

Andreas Müller schnitzeltony at googlemail.com
Sun Aug 5 00:19:47 UTC 2012


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 recipes-angstrom/tasks/angstrom-task-gnome.bb |    9 +--------
 recipes-angstrom/tasks/task-gnome-fonts.bb    |   14 ++++++++++++++
 2 files changed, 15 insertions(+), 8 deletions(-)
 create mode 100644 recipes-angstrom/tasks/task-gnome-fonts.bb

diff --git a/recipes-angstrom/tasks/angstrom-task-gnome.bb b/recipes-angstrom/tasks/angstrom-task-gnome.bb
index cb4dde5..c3e500a 100644
--- a/recipes-angstrom/tasks/angstrom-task-gnome.bb
+++ b/recipes-angstrom/tasks/angstrom-task-gnome.bb
@@ -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 \
diff --git a/recipes-angstrom/tasks/task-gnome-fonts.bb b/recipes-angstrom/tasks/task-gnome-fonts.bb
new file mode 100644
index 0000000..772dcf1
--- /dev/null
+++ b/recipes-angstrom/tasks/task-gnome-fonts.bb
@@ -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 \
+"
-- 
1.7.4.4





More information about the Openembedded-devel mailing list