summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb')
-rw-r--r--meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb b/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb
new file mode 100644
index 0000000000..2f9d6a6c10
--- /dev/null
+++ b/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb
@@ -0,0 +1,34 @@
1#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5DESCRIPTION = "X11 Pimlico Appications List"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r27"
10
11PACKAGES = "\
12 task-core-apps-x11-pimlico \
13 task-core-apps-x11-pimlico-dbg \
14 task-core-apps-x11-pimlico-dev \
15 "
16
17PACKAGE_ARCH = "${MACHINE_ARCH}"
18
19ALLOW_EMPTY = "1"
20
21WEB ?= ""
22#WEB = "web-webkit"
23# WebKit takes too much space to fit on some devices
24# List here for now...
25#WEB_c7x0 = ""
26#WEB_mx31ads = ""
27
28RDEPENDS_task-core-apps-x11-pimlico = "\
29 eds-dbus \
30 contacts \
31 dates \
32 tasks \
33 gaku \
34 ${WEB}"