summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks/task-core-x11-sato.bb
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/task-core-x11-sato.bb
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/task-core-x11-sato.bb')
-rw-r--r--meta/recipes-sato/tasks/task-core-x11-sato.bb7
1 files changed, 6 insertions, 1 deletions
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}"