]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky: Split task-poky-x11-sato into a separate file
authorRichard Purdie <richard@openedhand.com>
Thu, 5 Jun 2008 21:38:48 +0000 (21:38 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 5 Jun 2008 21:38:48 +0000 (21:38 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4593 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-poky-x11-sato.bb [new file with mode: 0644]
meta/packages/tasks/task-poky.bb

diff --git a/meta/packages/tasks/task-poky-x11-sato.bb b/meta/packages/tasks/task-poky-x11-sato.bb
new file mode 100644 (file)
index 0000000..3d272c1
--- /dev/null
@@ -0,0 +1,30 @@
+#
+# Copyright (C) 2007-2008 OpenedHand Ltd.
+#
+
+DESCRIPTION = "Sato Tasks for Poky"
+PR = "r28"
+
+PACKAGES = "\
+    task-poky-x11-sato \
+    task-poky-x11-sato-dbg \
+    task-poky-x11-sato-dev \
+    "
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+ALLOW_EMPTY = "1"
+
+NETWORK_MANAGER ?= "networkmanager-applet"
+RDEPENDS_task-poky-x11-sato = "\
+    matchbox-desktop \
+    matchbox-session-sato \
+    matchbox-keyboard \
+    matchbox-stroke \
+    matchbox-config-gtk \
+    matchbox-themes-gtk \
+    xcursor-transparent-theme \
+    sato-icon-theme \
+    settings-daemon \
+    gtk-sato-engine \
+    ${NETWORK_MANAGER}"
index 6f18398799d5a269c674ce6c2559b8565a99cf4c..7cbdd30aa3a2416e59b0c3edb93e4912e68d180e 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Tasks for OpenedHand Poky"
-PR = "r27"
+PR = "r28"
 
 PACKAGES = "\
     task-poky-apps-console \
@@ -18,9 +18,6 @@ PACKAGES = "\
     task-poky-x11-base \
     task-poky-x11-base-dbg \
     task-poky-x11-base-dev \
-    task-poky-x11-sato \
-    task-poky-x11-sato-dbg \
-    task-poky-x11-sato-dev \
     "
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -65,18 +62,3 @@ RDEPENDS_task-poky-apps-x11-core = "\
 
 RDEPENDS_task-poky-apps-x11-games = "\
     oh-puzzles"
-
-NETWORK_MANAGER ?= "networkmanager-applet"
-RDEPENDS_task-poky-x11-sato = "\
-    matchbox-desktop \
-    matchbox-session-sato \
-    matchbox-keyboard \
-    matchbox-stroke \
-    matchbox-config-gtk \
-    matchbox-themes-gtk \
-    xcursor-transparent-theme \
-    sato-icon-theme \
-    settings-daemon \
-    gtk-sato-engine \
-    ${NETWORK_MANAGER}"
-