diff options
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index ae2f94f6..913a0f8d 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" | 14 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" |
15 | # Patches from https://github.com/meta-qt5/qttools/commits/b5.14 | 15 | # Patches from https://github.com/meta-qt5/qttools/commits/b5.15 |
16 | # 5.14.meta-qt5.1 | 16 | # 5.15.meta-qt5.1 |
17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
18 | file://0001-add-noqtwebkit-configuration.patch \ | 18 | file://0001-add-noqtwebkit-configuration.patch \ |
19 | file://0002-linguist-tools-cmake-allow-overriding-the-location-f.patch \ | 19 | file://0002-linguist-tools-cmake-allow-overriding-the-location-f.patch \ |
@@ -49,6 +49,6 @@ EXTRA_QMAKEVARS_PRE_append_class-target = "\ | |||
49 | ${@bb.utils.contains('PACKAGECONFIG', 'clang', 'CONFIG+=config_clang', 'CONFIG+=config_clang_done CONFIG-=config_clang', d)} \ | 49 | ${@bb.utils.contains('PACKAGECONFIG', 'clang', 'CONFIG+=config_clang', 'CONFIG+=config_clang_done CONFIG-=config_clang', d)} \ |
50 | " | 50 | " |
51 | 51 | ||
52 | SRCREV = "87a862817ccdabb3f7c0e34a2b27c94663e3a1f8" | 52 | SRCREV = "6a85b6150554111f7d473d56addfe5a8b5da4400" |
53 | 53 | ||
54 | BBCLASSEXTEND = "native nativesdk" | 54 | BBCLASSEXTEND = "native nativesdk" |