dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / angstrom / angstrom-gpe-task-apps.bb
1 DESCRIPTION = "Task packages for the Angstrom distribution"
2 PR = "r32"
3
4 inherit task
5
6 PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8 RDEPENDS_${PN} = "\
9     gpe-edit \
10     gpe-gallery \
11     gpe-calculator \
12     gpe-clock \
13     gpe-plucker \
14     gpe-terminal \
15     gpe-watch \
16     gpe-what \
17     matchbox-panel-hacks \
18     ${@base_contains("COMBINED_FEATURES", "wifi", "gpe-aerial", "",d)} \
19     gpe-soundbite \
20     ${@base_contains("MACHINE_FEATURES", "touchscreen", "rosetta", "",d)} \
21     gpe-scap \
22     gpe-windowlist"
23