[oe] [meta-qt5][PATCH] qmake5_base.bbclass: Add install support for native builds

2014-05-06 Thread Donald R. Poole, Jr.
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

[oe] [meta-qt5][PATCH] qmake5_base.bbclass: Add install support for native builds

2014-05-06 Thread Donald R. Poole, Jr.
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

[oe] [meta-qt5][PATCH] qmake5_base.bbclass: Add install support for native builds

2014-05-01 Thread Donald R. Poole, Jr.
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

[oe] [meta-qt5][PATCH] qmake4_base.bbclass: Add staging directory for native builds

2014-04-30 Thread Donald R. Poole, Jr.
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