Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. SUMMARY =" ked-qml-qt-project"
  2. DESCRIPTION = "This is willie specific application"
  3.  
  4. LICENSE="GPLv2+"
  5.  
  6. DEPENDS = " qtdeclarative qtgraphialeffects qtquick1 qtserialport qtmultimedia"
  7.  
  8. SRC_URI = " file://ked-qml-qt-project.tar.xz "
  9.  
  10. S = "${WORKDIR}/ked-qml-qt-project"
  11.  
  12. require meta-qt/recipes-qt/qt5/qt5.inc
  13.  
  14.  
  15. do_install() {
  16. install -d ${D}${datadir}/${P}
  17. install -m 0755 ${B}/ked-qml-qt-project ${D}${datadir}/${P}
  18. cp -R --no-dereference --preserve=mode,links ${S}/qml ${D}${datadir}/${P}
  19. }
  20.  
  21. FILES_${PN}-dbg += "${datadir}/${P}/.debug"
  22. FILES_${PN} += "${datadir}"
  23.  
  24. RDEPENDS_${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins qtquick1-qmlplugins qtserialport-qmlplugins qtmultimedia-qmlplugins"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement