diff options
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 871b0613..32d65d6a 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -15,7 +15,7 @@ inherit ptest | |||
15 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" | 15 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" |
16 | 16 | ||
17 | # Patches from https://github.com/meta-qt5/qttools/commits/b5.9 | 17 | # Patches from https://github.com/meta-qt5/qttools/commits/b5.9 |
18 | # 5.9.meta-qt5.1 | 18 | # 5.9.meta-qt5.2 |
19 | SRC_URI += " \ | 19 | SRC_URI += " \ |
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | file://0001-add-noqtwebkit-configuration.patch \ | 21 | file://0001-add-noqtwebkit-configuration.patch \ |
@@ -30,7 +30,7 @@ PACKAGECONFIG[qtwebkit] = ",,qtwebkit" | |||
30 | 30 | ||
31 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}" | 31 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}" |
32 | 32 | ||
33 | SRCREV = "88e02bb0a9b97d68a4b270e4ddfb6d0847c702a9" | 33 | SRCREV = "fdc5749b5603653c5d0c59db267f44fd1609457e" |
34 | 34 | ||
35 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
36 | 36 | ||