task-poky.bb 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. #
  2. # Copyright (C) 2007-2008 OpenedHand Ltd.
  3. #
  4. DESCRIPTION = "Tasks for OpenedHand Poky"
  5. PR = "r31"
  6. PACKAGES = "\
  7. task-poky-apps-console \
  8. task-poky-apps-console-dbg \
  9. task-poky-apps-console-dev \
  10. task-poky-apps-x11-core \
  11. task-poky-apps-x11-core-dbg \
  12. task-poky-apps-x11-core-dev \
  13. task-poky-apps-x11-games \
  14. task-poky-apps-x11-games-dbg \
  15. task-poky-apps-x11-games-dev \
  16. task-poky-x11-base \
  17. task-poky-x11-base-dbg \
  18. task-poky-x11-base-dev \
  19. "
  20. PACKAGE_ARCH = "${MACHINE_ARCH}"
  21. XSERVER ?= "xserver-kdrive-fbdev"
  22. ALLOW_EMPTY = "1"
  23. RDEPENDS_task-poky-apps-console = "\
  24. avahi-daemon \
  25. dropbear \
  26. dbus \
  27. portmap \
  28. psplash"
  29. RDEPENDS_task-poky-x11-base = "\
  30. dbus \
  31. pointercal \
  32. fontconfig \
  33. freetype \
  34. shared-mime-info \
  35. matchbox-wm \
  36. matchbox-keyboard \
  37. matchbox-keyboard-applet \
  38. matchbox-keyboard-im \
  39. matchbox-panel-2 \
  40. matchbox-desktop \
  41. matchbox-session \
  42. ${XSERVER} \
  43. x11-common \
  44. xserver-nodm-init \
  45. liberation-fonts \
  46. xauth \
  47. xhost \
  48. xset \
  49. xrandr"
  50. RDEPENDS_task-poky-apps-x11-core = "\
  51. leafpad \
  52. pcmanfm \
  53. matchbox-terminal \
  54. screenshot"
  55. RDEPENDS_task-poky-apps-x11-games = "\
  56. oh-puzzles"