blob: 37a6ed98c3cab4edb23c53259ac596beb4e48300 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "Task packages for the Angstrom distribution"
PR = "r31"
ALLOW_EMPTY = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS = "\
gpe-edit \
gpe-gallery \
gpe-calculator \
gpe-clock \
gpe-plucker \
gpe-terminal \
gpe-watch \
gpe-what \
matchbox-panel-hacks \
${@base_contains("COMBINED_FEATURES", "wifi", "gpe-aerial", "",d)} \
gpe-soundbite \
${@base_contains("MACHINE_FEATURES", "touchscreen", "rosetta", "",d)} \
gpe-scap \
gpe-windowlist"
|