diff options
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 56c1205b..a2b01be9 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -17,7 +17,6 @@ LIC_FILES_CHKSUM = " \ | |||
17 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" | 17 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" |
18 | 18 | ||
19 | SRC_URI += " \ | 19 | SRC_URI += " \ |
20 | file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch \ | ||
21 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ | 20 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ |
22 | file://0003-add-noqtwebkit-configuration.patch \ | 21 | file://0003-add-noqtwebkit-configuration.patch \ |
23 | file://0004-linguist-tools-cmake-allow-overriding-the-location-f.patch \ | 22 | file://0004-linguist-tools-cmake-allow-overriding-the-location-f.patch \ |
@@ -27,14 +26,10 @@ FILES_${PN}-tools += "${datadir}${QT_DIR_NAME}/phrasebooks" | |||
27 | FILES_${PN}-examples = "${datadir}${QT_DIR_NAME}/examples" | 26 | FILES_${PN}-examples = "${datadir}${QT_DIR_NAME}/examples" |
28 | 27 | ||
29 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |
30 | PACKAGECONFIG_class-native ??= "linguistonly" | ||
31 | PACKAGECONFIG_class-nativesdk ??= "linguistonly" | ||
32 | PACKAGECONFIG[linguistonly] = "" | ||
33 | PACKAGECONFIG[qtwebkit] = ",,qtwebkit" | 29 | PACKAGECONFIG[qtwebkit] = ",,qtwebkit" |
34 | 30 | ||
35 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}" | 31 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}" |
36 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'linguistonly', 'CONFIG+=linguistonly', '', d)}" | ||
37 | 32 | ||
38 | SRCREV = "0597b535f82d3458a1db1828c5e5f725bbcf59fd" | 33 | SRCREV = "30c10900adecca55faa1d59c2f0caac74b1f9df6" |
39 | 34 | ||
40 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |