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
31
32
33
34
35
36
37
38
39
40
41
42
43
|
DESCRIPTION = "Task packages for the Angstrom distribution"
PR = "r35"
inherit task
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "\
gpe-scap \
matchbox \
matchbox-panel-hacks \
matchbox-applet-startup-monitor \
xcursor-transparent-theme \
rxvt-unicode \
gpe-terminal \
matchbox-keyboard \
xkbd \
xkbd-layout-ru \
gpe-theme-clearlooks \
xst \
xhost \
xrdb \
gpe-soundserver \
gpe-dm \
gpe-login \
gpe-session-scripts \
gpe-icons \
gpe-confd \
gpe-autostarter \
${@base_contains("MACHINE_FEATURES", "touchscreen", "libgtkstylus", "",d)} \
${@base_contains("MACHINE_FEATURES", "keyboard", "", "libgtkinput",d)} \
suspend-desktop \
teleport \
xauth \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-xpm \
gdk-pixbuf-loader-jpeg \
pango-module-basic-x \
pango-module-basic-fc \
${@base_contains("COMBINED_FEATURES", "bluetooth", "gpe-bluetooth", "",d)} \
${@base_contains("COMBINED_FEATURES", "bluetooth", "bluez-gnome", "",d)} \
"
|