diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-09 08:46:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 15:26:26 +0100 |
commit | 5e775b5e5c0db6f76546355be22aa029a7cf69fa (patch) | |
tree | 1fb9cbd970702d3495317346b26f844c91934956 /meta/recipes-sato/tasks | |
parent | af8e6b6c57dadb3bf7672d063a98d3baa508c7f4 (diff) | |
download | poky-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.bb | 34 | ||||
-rw-r--r-- | meta/recipes-sato/tasks/task-core-x11-sato.bb | 7 |
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 | |||
5 | DESCRIPTION = "X11 Pimlico Appications List" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
9 | PR = "r28" | ||
10 | |||
11 | PACKAGES = "\ | ||
12 | task-core-apps-x11-pimlico \ | ||
13 | task-core-apps-x11-pimlico-dbg \ | ||
14 | task-core-apps-x11-pimlico-dev \ | ||
15 | " | ||
16 | |||
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
18 | |||
19 | ALLOW_EMPTY = "1" | ||
20 | |||
21 | WEB ?= "" | ||
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 | |||
28 | RDEPENDS_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" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r31" | 9 | PR = "r32" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-core-x11-sato \ | 12 | task-core-x11-sato \ |
@@ -21,6 +21,9 @@ ALLOW_EMPTY = "1" | |||
21 | NETWORK_MANAGER ?= "connman-gnome" | 21 | NETWORK_MANAGER ?= "connman-gnome" |
22 | NETWORK_MANAGER_libc-uclibc = "" | 22 | NETWORK_MANAGER_libc-uclibc = "" |
23 | 23 | ||
24 | WEB ?= "" | ||
25 | #WEB = "web-webkit" | ||
26 | |||
24 | RDEPENDS_task-core-x11-sato = "\ | 27 | RDEPENDS_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}" |