summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks/task-core-x11-sato.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-x11-sato.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-x11-sato.bb')
-rw-r--r--meta/recipes-sato/tasks/task-core-x11-sato.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/recipes-sato/tasks/task-core-x11-sato.bb
new file mode 100644
index 0000000000..43b24d2c9c
--- /dev/null
+++ b/meta/recipes-sato/tasks/task-core-x11-sato.bb
@@ -0,0 +1,34 @@
1#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5DESCRIPTION = "Sato Tasks for Poky"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r30"
10
11PACKAGES = "\
12 task-core-x11-sato \
13 task-core-x11-sato-dbg \
14 task-core-x11-sato-dev \
15 "
16
17PACKAGE_ARCH = "${MACHINE_ARCH}"
18
19ALLOW_EMPTY = "1"
20
21NETWORK_MANAGER ?= "connman-gnome"
22RDEPENDS_task-core-x11-sato = "\
23 matchbox-desktop \
24 matchbox-session-sato \
25 matchbox-keyboard \
26 matchbox-stroke \
27 matchbox-config-gtk \
28 xcursor-transparent-theme \
29 sato-icon-theme \
30 settings-daemon \
31 gtk-sato-engine \
32 gthumb \
33 x11vnc \
34 ${NETWORK_MANAGER}"