summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-08-09 08:46:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-15 15:26:26 +0100
commit5e775b5e5c0db6f76546355be22aa029a7cf69fa (patch)
tree1fb9cbd970702d3495317346b26f844c91934956 /meta/recipes-sato/tasks
parentaf8e6b6c57dadb3bf7672d063a98d3baa508c7f4 (diff)
downloadpoky-5e775b5e5c0db6f76546355be22aa029a7cf69fa.tar.gz
pimlico: Remove
Remove the Pimlico applications (Contacts, Dates, Tasks). oe-core isn't a reference PIM stack, so we don't need this. (From OE-Core rev: 373895e6c691277e15a09aee3504243448c55b50) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/tasks')
-rw-r--r--meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb34
-rw-r--r--meta/recipes-sato/tasks/task-core-x11-sato.bb7
2 files changed, 6 insertions, 35 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
deleted file mode 100644
index 835625c056..0000000000
--- a/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb
+++ /dev/null
@@ -1,34 +0,0 @@
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 = "r28"
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 evolution-data-server \
30 contacts \
31 dates \
32 tasks \
33 gaku \
34 ${WEB}"
diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/recipes-sato/tasks/task-core-x11-sato.bb
index ed43075d6b..cf294b302c 100644
--- a/meta/recipes-sato/tasks/task-core-x11-sato.bb
+++ b/meta/recipes-sato/tasks/task-core-x11-sato.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Sato Tasks for Poky"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r31" 9PR = "r32"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-x11-sato \ 12 task-core-x11-sato \
@@ -21,6 +21,9 @@ ALLOW_EMPTY = "1"
21NETWORK_MANAGER ?= "connman-gnome" 21NETWORK_MANAGER ?= "connman-gnome"
22NETWORK_MANAGER_libc-uclibc = "" 22NETWORK_MANAGER_libc-uclibc = ""
23 23
24WEB ?= ""
25#WEB = "web-webkit"
26
24RDEPENDS_task-core-x11-sato = "\ 27RDEPENDS_task-core-x11-sato = "\
25 matchbox-desktop \ 28 matchbox-desktop \
26 matchbox-session-sato \ 29 matchbox-session-sato \
@@ -34,4 +37,6 @@ RDEPENDS_task-core-x11-sato = "\
34 gthumb \ 37 gthumb \
35 x11vnc \ 38 x11vnc \
36 libsdl \ 39 libsdl \
40 gaku \
41 ${WEB} \
37 ${NETWORK_MANAGER}" 42 ${NETWORK_MANAGER}"