[oe] [meta-angstrom 05/16] angstrom-task-gnome: split out task-gnome-perl

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


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 recipes-angstrom/tasks/angstrom-task-gnome.bb |    7 +------
 recipes-angstrom/tasks/task-gnome-perl.bb     |   12 ++++++++++++
 2 files changed, 13 insertions(+), 6 deletions(-)
 create mode 100644 recipes-angstrom/tasks/task-gnome-perl.bb

diff --git a/recipes-angstrom/tasks/angstrom-task-gnome.bb b/recipes-angstrom/tasks/angstrom-task-gnome.bb
index 3ba3b7c..9488d1d 100644
--- a/recipes-angstrom/tasks/angstrom-task-gnome.bb
+++ b/recipes-angstrom/tasks/angstrom-task-gnome.bb
@@ -9,12 +9,7 @@ inherit task
 # Most of these tasks are arch independant
 PACKAGE_ARCH = "all"
 
-PACKAGES += "task-gnome-perl task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
-
-RDEPENDS_task-gnome-perl = " \
-  perl \
-  libxml-parser-perl \
-"
+PACKAGES += "task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
 
 RDEPENDS_task-gnome-themes = " \
   angstrom-gnome-icon-theme-enable \
diff --git a/recipes-angstrom/tasks/task-gnome-perl.bb b/recipes-angstrom/tasks/task-gnome-perl.bb
new file mode 100644
index 0000000..8c24f0d
--- /dev/null
+++ b/recipes-angstrom/tasks/task-gnome-perl.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Task for images with perl"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+
+PR = "r13"
+
+inherit task
+
+RDEPENDS_${PN} = " \
+  perl \
+  libxml-parser-perl \
+"
-- 
1.7.4.4





More information about the Openembedded-devel mailing list