summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/tasks')
-rw-r--r--meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb31
-rw-r--r--meta/recipes-sato/tasks/task-poky-x11-sato.bb30
2 files changed, 61 insertions, 0 deletions
diff --git a/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb b/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb
new file mode 100644
index 0000000000..651d481893
--- /dev/null
+++ b/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb
@@ -0,0 +1,31 @@
1#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5DESCRIPTION = "X11 Pimlico Appications List"
6LICENSE = "MIT"
7PR = "r27"
8
9PACKAGES = "\
10 task-poky-apps-x11-pimlico \
11 task-poky-apps-x11-pimlico-dbg \
12 task-poky-apps-x11-pimlico-dev \
13 "
14
15PACKAGE_ARCH = "${MACHINE_ARCH}"
16
17ALLOW_EMPTY = "1"
18
19WEB = "web-webkit"
20# WebKit takes too much space to fit on some devices
21# List here for now...
22WEB_c7x0 = ""
23WEB_mx31ads = ""
24
25RDEPENDS_task-poky-apps-x11-pimlico = "\
26 eds-dbus \
27 contacts \
28 dates \
29 tasks \
30 gaku \
31 ${WEB}"
diff --git a/meta/recipes-sato/tasks/task-poky-x11-sato.bb b/meta/recipes-sato/tasks/task-poky-x11-sato.bb
new file mode 100644
index 0000000000..1b344edb54
--- /dev/null
+++ b/meta/recipes-sato/tasks/task-poky-x11-sato.bb
@@ -0,0 +1,30 @@
1#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5DESCRIPTION = "Sato Tasks for Poky"
6LICENSE = "MIT"
7PR = "r29"
8
9PACKAGES = "\
10 task-poky-x11-sato \
11 task-poky-x11-sato-dbg \
12 task-poky-x11-sato-dev \
13 "
14
15PACKAGE_ARCH = "${MACHINE_ARCH}"
16
17ALLOW_EMPTY = "1"
18
19NETWORK_MANAGER ?= "networkmanager-applet"
20RDEPENDS_task-poky-x11-sato = "\
21 matchbox-desktop \
22 matchbox-session-sato \
23 matchbox-keyboard \
24 matchbox-stroke \
25 matchbox-config-gtk \
26 xcursor-transparent-theme \
27 sato-icon-theme \
28 settings-daemon \
29 gtk-sato-engine \
30 ${NETWORK_MANAGER}"