Advertisement
Guest User

Untitled

a guest
Aug 6th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. NOTE : Please look this file here is mentioned to install the header in /include/QtCompositor/${QT_VERSION}/QtCompositor/private/qwayland-server-*.h but in build wayland package there is no Qtcompositor
  2.  
  3. cat ../meta-qt5/recipes-qt/qt5/qtwayland_git.bb
  4. require qt5-git.inc
  5. require ${PN}.inc
  6.  
  7. # qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
  8. # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1
  9.  
  10. SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f"
  11.  
  12. SRC_URI += " \
  13. file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \
  14. "
  15.  
  16. QT_VERSION ?= "5.3.0"
  17.  
  18. do_install_append() {
  19. # do install files created by qtwaylandscanner
  20. install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/qwayland-server-*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private
  21. install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/*protocol*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private
  22. }
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. ERROR
  30.  
  31.  
  32. make: Nothing to be done for `install'.
  33. | install: cannot stat `/home/tamilarasi/qt5/poky/build-qt5/tmp/work/cortexa5hf-vfp-poky-linux-gnueabi/qtwayland/5.3.0+gitAUTOINC+98dca3b54f-r0/build/include/QtCompositor/5.3.0/QtCompositor/private/qwayland-server-*.h': No such file or directory
  34. | WARNING: exit code 1 from a shell command.
  35. | ERROR: Function failed: do_install (log file is located at /home/tamilarasi/qt5/poky/build-qt5/tmp/work/cortexa5hf-vfp-poky-linux-gnueabi/qtwayland/5.3.0+gitAUTOINC+98dca3b54f-r0/temp/log.do_install.10237)
  36.  
  37.  
  38.  
  39. IN MY BUILD DIRECTORY THERE IS NO /build/include/QtCompositor/5.3.0/QtCompositor/private/qwayland-server-*.h'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement