Martin,
I have updated the patch per you last message and confirmed that it still works
for my use-case.
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
From: "Donald R. Poole, Jr"
Currently, if you are building native applications with Qt5, the current
qmake5_base_do_install() method assumes an install into the image folder for
the target. Since the native builds handle this a little differently, this
patch should account for
From: "Donald R. Poole, Jr"
Currently, if you are building native applications with Qt5, the current
qmake5_base_do_install() method assumes an install into the image folder for
the target. Since the native builds handle this a little differently, this
patch should account for
From: "Donald R. Poole, Jr"
When building a basic Qt5 native application, the build fails on the do_install
task as a result of the variable being empty. This causes the copy command in
the test block to fail because it is trying to copy files from/to itself.
---
classes/qmake5_ba