Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt."
  2. LICENSE = "MIT"
  3. PR = "r3"
  4.  
  5. LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
  6. file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  7.  
  8. IMAGE_FEATURES += "package-management"
  9.  
  10. IMAGE_INSTALL += "\
  11. ${CORE_IMAGE_BASE_INSTALL} \
  12. qt4-embedded \
  13. libqt-embedded3support4 \
  14. libqt-embeddedclucene4 \
  15. libqt-embeddedcore4 \
  16. libqt-embeddeddbus4 \
  17. libqt-embeddedgui4 \
  18. libqt-embeddedhelp4 \
  19. libqt-embeddedmultimedia4 \
  20. libqt-embeddednetwork4 \
  21. libqt-embeddedscript4 \
  22. libqt-embeddedscripttools4 \
  23. libqt-embeddedsql4 \
  24. libqt-embeddedsvg4 \
  25. libqt-embeddedtest4 \
  26. libqt-embeddedwebkit4 \
  27. libqt-embeddedxml4 \
  28. libqt-embeddedxmlpatterns4 \
  29. qt4-embedded-fonts-ttf-dejavu \
  30. qt4-embedded-fonts-ttf-vera \
  31. qt4-embedded-plugin-iconengine-svgicon \
  32. qt4-embedded-plugin-imageformat-gif \
  33. qt4-embedded-plugin-imageformat-ico \
  34. qt4-embedded-plugin-imageformat-jpeg \
  35. qt4-embedded-plugin-imageformat-mng \
  36. qt4-embedded-plugin-imageformat-svg \
  37. qt4-embedded-plugin-imageformat-tiff \
  38. qt4-embedded-plugin-mousedriver-tslib \
  39. qt4-embedded-plugin-phonon-backend-gstreamer \
  40. qt4-embedded-plugin-script-dbus \
  41. qt4-embedded-plugin-sqldriver-sqlite \
  42. qt4-embedded-plugin-sqldriver-sqlmysql \
  43. libicui18n \
  44. tslib \
  45. tslib-calibrate \
  46. tslib-tests \
  47. opkg \
  48. gstreamer \
  49. gst-meta-base \
  50. gst-meta-video \
  51. gst-meta-audio \
  52. gst-plugins-good \
  53. gst-plugins-good-videofilter \
  54. gst-plugins-ugly-mpeg2dec \
  55. gst-plugins-bad-fbdevsink \
  56. pcsc-lite \
  57. ccid \
  58. opensc \
  59. ppp \
  60. ppp-dialin \
  61. lrzsz \
  62. dropbear \
  63. psplash \
  64. strace \
  65. fbgrab \
  66. ntp \
  67. minicom \
  68. bluez4 \
  69. openobex \
  70. libnfc \
  71. obex-data-server \
  72. obexd \
  73. ussp-push \
  74. usb-gadget \
  75. libfreefare \
  76. clancor-qt-sdk71xx-init \
  77. "
  78.  
  79. inherit core-image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement