blob: 1b344edb546bdd377ff546603d09bfefd0b7e4da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#
# Copyright (C) 2007-2008 OpenedHand Ltd.
#
DESCRIPTION = "Sato Tasks for Poky"
LICENSE = "MIT"
PR = "r29"
PACKAGES = "\
task-poky-x11-sato \
task-poky-x11-sato-dbg \
task-poky-x11-sato-dev \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
NETWORK_MANAGER ?= "networkmanager-applet"
RDEPENDS_task-poky-x11-sato = "\
matchbox-desktop \
matchbox-session-sato \
matchbox-keyboard \
matchbox-stroke \
matchbox-config-gtk \
xcursor-transparent-theme \
sato-icon-theme \
settings-daemon \
gtk-sato-engine \
${NETWORK_MANAGER}"
|