All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5] What is needed to build a recipe with CMake?
@ 2014-10-08  2:41 Nick D'Ademo
  2014-10-12 23:48 ` Nick D'Ademo
  0 siblings, 1 reply; 9+ messages in thread
From: Nick D'Ademo @ 2014-10-08  2:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ootavio

I'm receiving the same error as described in the following posts when
attempting to build a CMake recipe (Qt5 code):
http://lists.qt-project.org/pipermail/development/2014-May/017075.html
https://lists.yoctoproject.org/pipermail/yocto/2014-May/019755.html

* The imported target "Qt5::Core" references the file
*||*      "/qmake"
*||*   but this file does not exist.  Possible reasons include:
*||*   * The file was deleted, renamed, or moved to another location.
*||*   * An install or uninstall procedure did not complete successfully.
*||*   * The installation package was faulty and contained*

Looks like the *qmake* binary cannot be found.

The relevant parts of the recipe are as follows:



*DEPENDS = "qtbase"*







*inherit cmakedo_install () {    install -d ${D}${bindir}    install -m
0755 test ${D}${bindir}/test}FILES_${PN} += "${bindir}/test"*

Does anyone have a solution to this issue?

Thanks.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-10-14  5:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08  2:41 [meta-qt5] What is needed to build a recipe with CMake? Nick D'Ademo
2014-10-12 23:48 ` Nick D'Ademo
2014-10-13  7:10   ` Anders Darander
2014-10-13  8:16     ` Martin Jansa
2014-10-13 21:41       ` Nick D'Ademo
2014-10-14  5:06         ` Martin Jansa
2014-10-13 21:09     ` Nick D'Ademo
2014-10-13 21:43       ` Anders Darander
2014-10-13 23:45         ` Nick D'Ademo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.