Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. SUMMARY =" ked-project"
  2. DESCRIPTION = "This is Tjeder specific application"
  3.  
  4. LICENSE="MIT"
  5.  
  6. LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  7.  
  8. DEPENDS = " qtdeclarative qtgraphicaleffects qtquick1 qtserialport qtmultimedia"
  9.  
  10. SRC_URI = " file://ked-project.tar.gz "
  11.  
  12. S = "${WORKDIR}/ked-project"
  13.  
  14. require recipes-qt/qt5/qt5.inc
  15.  
  16.  
  17. do_install() {
  18.  
  19. install -d ${D}${datadir}/${P}
  20. install -m 0755 ${B}/ked-project ${D}${datadir}/${P}
  21. cp -R --no-dereference --preserve=mode,links ${S}/qml ${D}${datadir}/${P}
  22. }
  23.  
  24. FILES_${PN}-dbg += "${datadir}/${P}/.debug"
  25. FILES_${PN} += "${datadir}"
  26.  
  27. RDEPENDS_${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins qtquick1-qmlplugins qtserialport-qmlplugins qtmultimedia-qmlplugins"
  28.  
  29.  
  30. ERROR: ked-project-1.0.0-r0 do_install: Function failed: do_install (log file is located at /build/yocto/tmp_avalue_tjeders/work/cortexa9hf-neon-poky-linux-gnueabi/ked-project/1.0.0-r0/temp/log.do_install.6286)
  31. ERROR: Logfile of failure stored in: /build/yocto/tmp_avalue_tjeders/work/cortexa9hf-neon-poky-linux-gnueabi/ked-project/1.0.0-r0/temp/log.do_install.6286
  32. Log data follows:
  33. | DEBUG: Executing shell function do_install
  34. | install: cannot stat '/build/yocto/tmp_avalue_tjeders/work/cortexa9hf-neon-poky-linux-gnueabi/ked-project/1.0.0-r0/build/ked-project': No such file or directory
  35. | WARNING: exit code 1 from a shell command.
  36. | ERROR: Function failed: do_install (log file is located at /build/yocto/tmp_avalue_tjeders/work/cortexa9hf-neon-poky-linux-gnueabi/ked-project/1.0.0-r0/temp/log.do_install.6286)
  37. ERROR: Task 2 (/linux/build/yocto/avalue_krogoth_4.1/sources/meta-avalue/recipes-qt/ked-project/ked-project_1.0.0.bb, do_install) failed with exit code '1'
  38. NOTE: Tasks Summary: Attempted 2604 tasks of which 2598 didn't need to be rerun and 1 failed.
  39. No currently running tasks (2604 of 2610)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement