[oe] [meta-angstrom 09/16] angstrom-task-gnome3: split out task-gnome3-apps

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


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

diff --git a/recipes-angstrom/tasks/angstrom-task-gnome3.bb b/recipes-angstrom/tasks/angstrom-task-gnome3.bb
index 0db00fa..7564339 100644
--- a/recipes-angstrom/tasks/angstrom-task-gnome3.bb
+++ b/recipes-angstrom/tasks/angstrom-task-gnome3.bb
@@ -2,21 +2,14 @@ DESCRIPTION = "Task for a GNOME based image"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-PR = "r5"
+PR = "r6"
 
 inherit task
 
 # Most of these tasks are arch independant
 PACKAGE_ARCH = "all"
 
-PACKAGES += "task-gnome3-apps task-gnome3-fonts task-gnome3 task-gnome3-gstreamer task-gnome3-perl task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base "
-
-
-RDEPENDS_task-gnome3-apps = " \
-  x11vnc \
-  matchbox-terminal \
-  epiphany \
- "
+PACKAGES += "task-gnome3-fonts task-gnome3 task-gnome3-gstreamer task-gnome3-perl task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base "
 
 RDEPENDS_task-gnome3-fonts = " \
   fontconfig fontconfig-utils font-util \
diff --git a/recipes-angstrom/tasks/task-gnome3-apps.bb b/recipes-angstrom/tasks/task-gnome3-apps.bb
new file mode 100644
index 0000000..c55c345
--- /dev/null
+++ b/recipes-angstrom/tasks/task-gnome3-apps.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Task for a GNOME based image"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+
+PR = "r6"
+
+inherit task
+
+RDEPENDS_${PN} = " \
+  x11vnc \
+  matchbox-terminal \
+  epiphany \
+"
-- 
1.7.4.4





More information about the Openembedded-devel mailing list