task-core-apps-x11-pimlico.bb 752 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Copyright (C) 2007-2008 OpenedHand Ltd.
  3. #
  4. DESCRIPTION = "X11 Pimlico Appications List"
  5. LICENSE = "MIT"
  6. LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
  7. file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  8. PR = "r28"
  9. PACKAGES = "\
  10. task-core-apps-x11-pimlico \
  11. task-core-apps-x11-pimlico-dbg \
  12. task-core-apps-x11-pimlico-dev \
  13. "
  14. PACKAGE_ARCH = "${MACHINE_ARCH}"
  15. ALLOW_EMPTY = "1"
  16. WEB ?= ""
  17. #WEB = "web-webkit"
  18. # WebKit takes too much space to fit on some devices
  19. # List here for now...
  20. #WEB_c7x0 = ""
  21. #WEB_mx31ads = ""
  22. RDEPENDS_task-core-apps-x11-pimlico = "\
  23. evolution-data-server \
  24. contacts \
  25. dates \
  26. tasks \
  27. gaku \
  28. ${WEB}"