diff options
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 9ca90a2c..871b0613 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -14,9 +14,12 @@ inherit ptest | |||
14 | 14 | ||
15 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" | 15 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" |
16 | 16 | ||
17 | # Patches from https://github.com/meta-qt5/qttools/commits/b5.9 | ||
18 | # 5.9.meta-qt5.1 | ||
17 | SRC_URI += " \ | 19 | SRC_URI += " \ |
18 | file://run-ptest \ | 20 | file://run-ptest \ |
19 | file://0004-linguist-tools-cmake-allow-overriding-the-location-f.patch \ | 21 | file://0001-add-noqtwebkit-configuration.patch \ |
22 | file://0002-linguist-tools-cmake-allow-overriding-the-location-f.patch \ | ||
20 | " | 23 | " |
21 | 24 | ||
22 | FILES_${PN}-tools += "${datadir}${QT_DIR_NAME}/phrasebooks" | 25 | FILES_${PN}-tools += "${datadir}${QT_DIR_NAME}/phrasebooks" |