blob: 0a4b1309da5c2862505b4a9b77edca70cd162459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
DESCRIPTION = "Task packages for the Angstrom distribution"
PR = "r32"
inherit task
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "\
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"
|