Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. require recipes-images/gumstix/gumstix-console-image.bb
  2.  
  3. inherit populate_sdk_qt5
  4.  
  5. PACKAGECONFIG_append_pn-qtbase = " \
  6. developer \
  7. tests \
  8. examples \
  9. icu \
  10. alsa-lib \
  11. gles2 \
  12. accessibility \
  13. glib-2.0 \
  14. tslib \
  15. linuxfb \
  16. sqlite3 \
  17. "
  18.  
  19. IMAGE_INSTALL += " \
  20. bzip2 \
  21. u-boot \
  22. u-boot-fw-utils \
  23. psplash \
  24. ruby \
  25. qtbase \
  26. qtbase-fonts \
  27. qtbase-fonts-ttf-vera \
  28. qtbase-fonts-ttf-dejavu \
  29. qtbase-fonts-pfa \
  30. qtbase-fonts-pfb \
  31. qtbase-fonts-qpf \
  32. qtbase-tools \
  33. qtbase-plugins \
  34. qtbase-dev \
  35. qtdeclarative-qmlplugins \
  36. qtdeclarative-tools \
  37. qtdeclarative-plugins \
  38. qtdeclarative-dev \
  39. qtdeclarative \
  40. qtscript \
  41. qtsensors \
  42. qtserialport \
  43. qtsvg \
  44. libxslt \
  45. glib-2.0 \
  46. sqlite3 \
  47. qtxmlpatterns \
  48. qtquick1 \
  49. tiff \
  50. qtimageformats \
  51. qtmultimedia \
  52. alsa-lib \
  53. qtlocation \
  54. qt3d \
  55. icu \
  56. qtwebkit \
  57. qtwebkit-dev \
  58. qtwebkit-dbg \
  59. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement