diff options
author | Cody P Schafer <dev@codyps.com> | 2015-07-09 15:56:05 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-15 17:10:36 +0200 |
commit | 1fdc9a3f313308a43f33ff756050df26a5c862ed (patch) | |
tree | aec31ad1cfcf6877dd6c910f8f5ed3ca8b33c72c /recipes-qt/qt5/qttools_git.bb | |
parent | 51b4620392aa9041d8512549bfa554bea368c5ea (diff) | |
download | meta-qt5-1fdc9a3f313308a43f33ff756050df26a5c862ed.tar.gz |
qttools: fix cmake usage of linguist tools
Without this, Qt5LinguistTools/Qt5LinguistToolsConfig.cmake would
attempt to locate lrelease and lupdate under prefix, even while we were
cross-compiling and prefix points at the native system's root dirs.
Signed-off-by: Cody P Schafer <dev@codyps.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 6aa478a2..ff95b859 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -17,6 +17,7 @@ SRC_URI += " \ | |||
17 | file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch \ | 17 | file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch \ |
18 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ | 18 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ |
19 | file://0003-add-noqtwebkit-configuration.patch \ | 19 | file://0003-add-noqtwebkit-configuration.patch \ |
20 | file://0004-linguist-tools-cmake-allow-overriding-the-location-f.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | FILES_${PN}-tools += "${datadir}${QT_DIR_NAME}/phrasebooks" | 23 | FILES_${PN}-tools += "${datadir}${QT_DIR_NAME}/phrasebooks" |