diff options
author | Trevor Woerner <trevor.woerner@linaro.org> | 2013-09-20 03:16:06 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-03 18:03:35 +0200 |
commit | f4188229f100349f4c88340b62a37d3ebfe51cc5 (patch) | |
tree | fd6b79f488d932856fbe6e18231eeaa3e112390c /recipes-qt/qt5/qtbase-5.1.1/0015-qtbase-allow-build-of-examples.patch | |
parent | 918d5d9671130580bd7f31cc5b69f7be127063ae (diff) | |
download | meta-qt5-f4188229f100349f4c88340b62a37d3ebfe51cc5.tar.gz |
devshell: include PATH for qt5 native applications
If you perform a "bitbake -c devshell <some qt5 recipe>" and then try "which
qmake" in the devshell, you'll find your host's qmake is found (which is most
likely to be based on qt4) rather than the one that is built as part of
meta-qt5. The reason for this is that the qt5 items are installed to
${STAGING_DIR_NATIVE}/usr/bin/qt5 and not ${STAGING_DIR_NATIVE}/usr/bin. The
reason for the extra "qt5" directory at the end is so that qt4-based items
that are built in OE can live side-by-side with things from meta-qt5 without
interfering with each other.
This patch prepends ${STAGING_DIR_NATIVE}/usr/bin/qt5 to the devshell's PATH
so that the qt5-based native tools which are built as part of meta-qt5 will be
found before the host's.
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase-5.1.1/0015-qtbase-allow-build-of-examples.patch')
0 files changed, 0 insertions, 0 deletions