diff options
Diffstat (limited to 'meta/recipes-sato/tasks/task-poky-x11-sato.bb')
-rw-r--r-- | meta/recipes-sato/tasks/task-poky-x11-sato.bb | 30 |
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 | |||
5 | DESCRIPTION = "Sato Tasks for Poky" | ||
6 | LICENSE = "MIT" | ||
7 | PR = "r29" | ||
8 | |||
9 | PACKAGES = "\ | ||
10 | task-poky-x11-sato \ | ||
11 | task-poky-x11-sato-dbg \ | ||
12 | task-poky-x11-sato-dev \ | ||
13 | " | ||
14 | |||
15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
16 | |||
17 | ALLOW_EMPTY = "1" | ||
18 | |||
19 | NETWORK_MANAGER ?= "networkmanager-applet" | ||
20 | RDEPENDS_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}" | ||