summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks/task-poky-x11-sato.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/tasks/task-poky-x11-sato.bb')
-rw-r--r--meta/recipes-sato/tasks/task-poky-x11-sato.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-sato/tasks/task-poky-x11-sato.bb b/meta/recipes-sato/tasks/task-poky-x11-sato.bb
new file mode 100644
index 0000000000..1b344edb54
--- /dev/null
+++ b/meta/recipes-sato/tasks/task-poky-x11-sato.bb
@@ -0,0 +1,30 @@
1#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5DESCRIPTION = "Sato Tasks for Poky"
6LICENSE = "MIT"
7PR = "r29"
8
9PACKAGES = "\
10 task-poky-x11-sato \
11 task-poky-x11-sato-dbg \
12 task-poky-x11-sato-dev \
13 "
14
15PACKAGE_ARCH = "${MACHINE_ARCH}"
16
17ALLOW_EMPTY = "1"
18
19NETWORK_MANAGER ?= "networkmanager-applet"
20RDEPENDS_task-poky-x11-sato = "\
21 matchbox-desktop \
22 matchbox-session-sato \
23 matchbox-keyboard \
24 matchbox-stroke \
25 matchbox-config-gtk \
26 xcursor-transparent-theme \
27 sato-icon-theme \
28 settings-daemon \
29 gtk-sato-engine \
30 ${NETWORK_MANAGER}"