summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 17:25:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:30 +0100
commit6e95cb246f39e4d49d46761b9a7d51c858ac7e9d (patch)
tree1646acfdc315d3dfcc2516a6f49509ba7f633fae /meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb
parent4d609d502161137620c4b1901cc225f9e871c3dc (diff)
downloadpoky-6e95cb246f39e4d49d46761b9a7d51c858ac7e9d.tar.gz
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}"