diff options
Diffstat (limited to 'recipes/angstrom/angstrom-gpe-task-apps.bb')
-rw-r--r-- | recipes/angstrom/angstrom-gpe-task-apps.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/angstrom/angstrom-gpe-task-apps.bb b/recipes/angstrom/angstrom-gpe-task-apps.bb new file mode 100644 index 0000000000..0a4b1309da --- /dev/null +++ b/recipes/angstrom/angstrom-gpe-task-apps.bb @@ -0,0 +1,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" + |