diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-16 09:44:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-16 09:44:14 +0000 |
commit | c3fb203dde42731406ca81d0fb21535545a7f8f1 (patch) | |
tree | 9822779424369cbbccfb05a4122517a265a2437e /packages/angstrom/angstrom-gpe-task-base.bb | |
parent | c4a765ab1efd368f8c4dd32c2b1f598343f955c0 (diff) |
angstrom: split up task-angstrom-x11 in to multiple recipes to stop bitbake 1.8 from building unneeded packages
Diffstat (limited to 'packages/angstrom/angstrom-gpe-task-base.bb')
-rw-r--r-- | packages/angstrom/angstrom-gpe-task-base.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/packages/angstrom/angstrom-gpe-task-base.bb b/packages/angstrom/angstrom-gpe-task-base.bb new file mode 100644 index 0000000000..c931d9d1e4 --- /dev/null +++ b/packages/angstrom/angstrom-gpe-task-base.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "Task packages for the Angstrom distribution" +PR = "r31" +ALLOW_EMPTY = "1" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +RDEPENDS = "\ + matchbox \ + matchbox-panel-hacks \ + xcursor-transparent-theme \ + rxvt-unicode \ + gpe-terminal \ + matchbox-keyboard \ + 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)} \ + " + |