diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-07-06 10:06:31 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-07-07 12:47:40 +0300 |
commit | b18d39f2a9258dab8587e563086cdc7de08257c1 (patch) | |
tree | 2522f4e3319096e15c15981035382073390b5455 | |
parent | 1f53dbb5ce1f451d5ffe49a9541cca92d4be6ac0 (diff) | |
download | meta-qt5-b18d39f2a9258dab8587e563086cdc7de08257c1.tar.gz |
qt5: update submodules
Update to latest content in Qt 5.15 branch.
notes:
* qtbase patch 0012 obsoleted by commit
"a5dd0b4e68724ecd7335c7d20e4df5aa17f1a205 qmake: Stop using -isystem flag"
Task-number: QTBUG-84150
Change-Id: Ifcd16f19cec86d1d89f2b79494c6204a22657ff7
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qt3d_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase/0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch | 49 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtmultimedia_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtopcua_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtquick3d_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtsvg_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qttranslations_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 4 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebsockets_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebview_git.bb | 2 |
16 files changed, 16 insertions, 68 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 3faf3416..cec0d0cc 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
@@ -36,7 +36,6 @@ SRC_URI += "\ | |||
36 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ | 36 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ |
37 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ | 37 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ |
38 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ | 38 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ |
39 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ | ||
40 | file://0013-Disable-ltcg-for-host_build.patch \ | 39 | file://0013-Disable-ltcg-for-host_build.patch \ |
41 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 40 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
42 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ | 41 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ |
@@ -195,4 +194,4 @@ fakeroot do_generate_qt_environment_file() { | |||
195 | do_generate_qt_environment_file[umask] = "022" | 194 | do_generate_qt_environment_file[umask] = "022" |
196 | addtask generate_qt_environment_file after do_install before do_package | 195 | addtask generate_qt_environment_file after do_install before do_package |
197 | 196 | ||
198 | SRCREV = "de6e92e26a49de4942f006c2e70f11d1dbf600d6" | 197 | SRCREV = "81ce2d1d6fa741de4d27b939a378147a02019ec1" |
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb index 9dc4a601..e8e981e4 100644 --- a/recipes-qt/qt5/qt3d_git.bb +++ b/recipes-qt/qt5/qt3d_git.bb | |||
@@ -36,6 +36,6 @@ do_configure_prepend() { | |||
36 | ${S}/src/quick3d/imports/input/importsinput.pro | 36 | ${S}/src/quick3d/imports/input/importsinput.pro |
37 | } | 37 | } |
38 | 38 | ||
39 | SRCREV = "5f83aa911364925d93c552c4bbea885a4e2807ee" | 39 | SRCREV = "85c21500c52fe4cbfa1aa9d556296f85abc062b9" |
40 | 40 | ||
41 | BBCLASSEXTEND += "native nativesdk" | 41 | BBCLASSEXTEND += "native nativesdk" |
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 9957f0da..12436a73 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -31,7 +31,6 @@ SRC_URI += "\ | |||
31 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ | 31 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ |
32 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ | 32 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ |
33 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ | 33 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ |
34 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ | ||
35 | file://0013-Disable-ltcg-for-host_build.patch \ | 34 | file://0013-Disable-ltcg-for-host_build.patch \ |
36 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 35 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
37 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ | 36 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ |
@@ -142,4 +141,4 @@ do_install() { | |||
142 | echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake | 141 | echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake |
143 | } | 142 | } |
144 | 143 | ||
145 | SRCREV = "de6e92e26a49de4942f006c2e70f11d1dbf600d6" | 144 | SRCREV = "81ce2d1d6fa741de4d27b939a378147a02019ec1" |
diff --git a/recipes-qt/qt5/qtbase/0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch b/recipes-qt/qt5/qtbase/0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch deleted file mode 100644 index a35746c6..00000000 --- a/recipes-qt/qt5/qtbase/0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | From 3184d1f75e0312826efd1227519b46b5cb464299 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Wed, 14 Feb 2018 17:08:43 -0800 | ||
4 | Subject: [PATCH] mkspecs/common/gcc-base.conf: Use -I instead of -isystem | ||
5 | |||
6 | -isystem fails to build when code uses include_next on certain files e.g. | ||
7 | |||
8 | qtbase/5.10.0+gitAUTOINC+50117d738a-r0/recipe-sysroot/usr/include/c++/7.3.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory | ||
9 | #include_next <stdlib.h> | ||
10 | ^~~~~~~~~~ | ||
11 | compilation terminated. | ||
12 | make[2]: *** [Makefile:11592: .obj/qgenericpluginfactory.o] Error 1 | ||
13 | |||
14 | Upstream-Status: Pending | ||
15 | |||
16 | Change-Id: Ia47832a6339a6ee59c0a6301fc5e552cd28b1029 | ||
17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
18 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
19 | --- | ||
20 | mkspecs/common/clang.conf | 2 +- | ||
21 | mkspecs/common/gcc-base.conf | 2 +- | ||
22 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
23 | |||
24 | diff --git a/mkspecs/common/clang.conf b/mkspecs/common/clang.conf | ||
25 | index 2499c8b6d8..2e79e083cd 100644 | ||
26 | --- a/mkspecs/common/clang.conf | ||
27 | +++ b/mkspecs/common/clang.conf | ||
28 | @@ -18,7 +18,7 @@ QMAKE_PCH_OUTPUT_EXT = .pch | ||
29 | |||
30 | QMAKE_CFLAGS_OPTIMIZE_SIZE = -Oz | ||
31 | |||
32 | -QMAKE_CFLAGS_ISYSTEM = -isystem | ||
33 | +QMAKE_CFLAGS_ISYSTEM = | ||
34 | QMAKE_CFLAGS_PRECOMPILE = -x c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT} | ||
35 | QMAKE_CFLAGS_USE_PRECOMPILE = -Xclang -include-pch -Xclang ${QMAKE_PCH_OUTPUT} | ||
36 | QMAKE_CFLAGS_LTCG = -flto=thin | ||
37 | diff --git a/mkspecs/common/gcc-base.conf b/mkspecs/common/gcc-base.conf | ||
38 | index 1f919d270a..adf3fead32 100644 | ||
39 | --- a/mkspecs/common/gcc-base.conf | ||
40 | +++ b/mkspecs/common/gcc-base.conf | ||
41 | @@ -46,7 +46,7 @@ QMAKE_CFLAGS_DEBUG += -g | ||
42 | QMAKE_CFLAGS_SHLIB += $$QMAKE_CFLAGS_PIC | ||
43 | QMAKE_CFLAGS_STATIC_LIB += $$QMAKE_CFLAGS_PIC | ||
44 | QMAKE_CFLAGS_APP += $$QMAKE_CFLAGS_PIC | ||
45 | -QMAKE_CFLAGS_ISYSTEM = -isystem | ||
46 | +QMAKE_CFLAGS_ISYSTEM = | ||
47 | QMAKE_CFLAGS_YACC += -Wno-unused -Wno-parentheses | ||
48 | QMAKE_CFLAGS_HIDESYMS += -fvisibility=hidden | ||
49 | QMAKE_CFLAGS_EXCEPTIONS_OFF += -fno-exceptions | ||
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 3d6dfd13..41f26211 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -27,7 +27,6 @@ SRC_URI += "\ | |||
27 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ | 27 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ |
28 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ | 28 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ |
29 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ | 29 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ |
30 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ | ||
31 | file://0013-Disable-ltcg-for-host_build.patch \ | 30 | file://0013-Disable-ltcg-for-host_build.patch \ |
32 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 31 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
33 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ | 32 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ |
@@ -295,4 +294,4 @@ sed -i \ | |||
295 | $D${OE_QMAKE_PATH_ARCHDATA}/mkspecs/qmodule.pri | 294 | $D${OE_QMAKE_PATH_ARCHDATA}/mkspecs/qmodule.pri |
296 | } | 295 | } |
297 | 296 | ||
298 | SRCREV = "de6e92e26a49de4942f006c2e70f11d1dbf600d6" | 297 | SRCREV = "81ce2d1d6fa741de4d27b939a378147a02019ec1" |
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 5f319e26..ef534d48 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
@@ -30,6 +30,6 @@ do_install_append_class-nativesdk() { | |||
30 | rm -rf ${D}${OE_QMAKE_PATH_QML} | 30 | rm -rf ${D}${OE_QMAKE_PATH_QML} |
31 | } | 31 | } |
32 | 32 | ||
33 | SRCREV = "ad47d70e2289d59625cd405fa54c5de2db68ad82" | 33 | SRCREV = "749ca5d0272eec49c2986eecebe897d311cbf372" |
34 | 34 | ||
35 | BBCLASSEXTEND =+ "native nativesdk" | 35 | BBCLASSEXTEND =+ "native nativesdk" |
diff --git a/recipes-qt/qt5/qtmultimedia_git.bb b/recipes-qt/qt5/qtmultimedia_git.bb index 8c3d5ce6..78453327 100644 --- a/recipes-qt/qt5/qtmultimedia_git.bb +++ b/recipes-qt/qt5/qtmultimedia_git.bb | |||
@@ -38,7 +38,7 @@ SRC_URI += "\ | |||
38 | # http://errors.yoctoproject.org/Errors/Build/44914/ | 38 | # http://errors.yoctoproject.org/Errors/Build/44914/ |
39 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 39 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
40 | 40 | ||
41 | SRCREV = "8337692ea357da48e8914e6ab87d6cb6baf17dc7" | 41 | SRCREV = "99db82a99363a8819b7c1600c565d37b48409fbf" |
42 | 42 | ||
43 | # Temporary work around for Qt5MultimediaConfig.cmake referencing non-existent videoeglvideonode directory | 43 | # Temporary work around for Qt5MultimediaConfig.cmake referencing non-existent videoeglvideonode directory |
44 | do_install_append() { | 44 | do_install_append() { |
diff --git a/recipes-qt/qt5/qtopcua_git.bb b/recipes-qt/qt5/qtopcua_git.bb index 49e519c9..14f74043 100644 --- a/recipes-qt/qt5/qtopcua_git.bb +++ b/recipes-qt/qt5/qtopcua_git.bb | |||
@@ -18,4 +18,4 @@ SECURITY_STRINGFORMAT = "" | |||
18 | 18 | ||
19 | DEPENDS += "qtbase" | 19 | DEPENDS += "qtbase" |
20 | 20 | ||
21 | SRCREV = "8e3774cf88ba086c12df4ac14da6b7c91bfa333c" | 21 | SRCREV = "2b8a0b6423f70bbccdf214d12896d4755b384c67" |
diff --git a/recipes-qt/qt5/qtquick3d_git.bb b/recipes-qt/qt5/qtquick3d_git.bb index bb06cecf..28c0c4ea 100644 --- a/recipes-qt/qt5/qtquick3d_git.bb +++ b/recipes-qt/qt5/qtquick3d_git.bb | |||
@@ -21,7 +21,7 @@ FILES_${PN}-qmlplugins += " \ | |||
21 | ${OE_QMAKE_PATH_QML}/QtQuick3D/Helpers/meshes/*.mesh \ | 21 | ${OE_QMAKE_PATH_QML}/QtQuick3D/Helpers/meshes/*.mesh \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRCREV_qtquick3d = "e133dec4278ce34b68617e4ec7bbbdb841e60904" | 24 | SRCREV_qtquick3d = "45b3b76a9529e31fc1b0d7423400d9a76cfef67d" |
25 | SRCREV_assimp = "8f0c6b04b2257a520aaab38421b2e090204b69df" | 25 | SRCREV_assimp = "8f0c6b04b2257a520aaab38421b2e090204b69df" |
26 | 26 | ||
27 | SRCREV_FORMAT = "qtquick3d_assimp" | 27 | SRCREV_FORMAT = "qtquick3d_assimp" |
diff --git a/recipes-qt/qt5/qtsvg_git.bb b/recipes-qt/qt5/qtsvg_git.bb index 6e3b8d7d..6f40cea6 100644 --- a/recipes-qt/qt5/qtsvg_git.bb +++ b/recipes-qt/qt5/qtsvg_git.bb | |||
@@ -12,4 +12,4 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | DEPENDS += "qtbase" | 13 | DEPENDS += "qtbase" |
14 | 14 | ||
15 | SRCREV = "d439739e15c100f257a1a1842770c4282dc9666e" | 15 | SRCREV = "6de62741019a1686e0af5d4e78b5d0f50fa18853" |
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 00fb5021..eac549b6 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -49,7 +49,7 @@ 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 = "d4342ab7e827960c417f9aa60340e8a56ff5a1c9" | 52 | SRCREV = "c9e9fd967b38f975e7c5743b7f5c4316df99121e" |
53 | 53 | ||
54 | BBCLASSEXTEND = "native nativesdk" | 54 | BBCLASSEXTEND = "native nativesdk" |
55 | 55 | ||
diff --git a/recipes-qt/qt5/qttranslations_git.bb b/recipes-qt/qt5/qttranslations_git.bb index f9aecee9..a2cb9105 100644 --- a/recipes-qt/qt5/qttranslations_git.bb +++ b/recipes-qt/qt5/qttranslations_git.bb | |||
@@ -98,4 +98,4 @@ FILES_${PN}-qthelp = " \ | |||
98 | ${OE_QMAKE_PATH_TRANSLATIONS}/qt_help_*.qm \ | 98 | ${OE_QMAKE_PATH_TRANSLATIONS}/qt_help_*.qm \ |
99 | " | 99 | " |
100 | 100 | ||
101 | SRCREV = "ae7c48d0547391b6a247e3365f084292e8af6ec9" | 101 | SRCREV = "d350bec8d135f7080291c89b32266fc1e7873244" |
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index 9a758fb4..fa7a4c95 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb | |||
@@ -43,7 +43,7 @@ PACKAGECONFIG[wayland-vulkan-server-buffer] = "-feature-wayland-vulkan-server-bu | |||
43 | 43 | ||
44 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 44 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
45 | 45 | ||
46 | SRCREV = "eaeb21284ab7a3714c735ee8d7c348aa3bc3a07a" | 46 | SRCREV = "ef0eeff3783ff81ed4146a58597beaa9199ea323" |
47 | 47 | ||
48 | BBCLASSEXTEND =+ "native nativesdk" | 48 | BBCLASSEXTEND =+ "native nativesdk" |
49 | 49 | ||
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index f3b8ff25..4b5ffb4f 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -190,8 +190,8 @@ SRC_URI_append_libc-musl = "\ | |||
190 | file://chromium/0026-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \ | 190 | file://chromium/0026-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \ |
191 | " | 191 | " |
192 | 192 | ||
193 | SRCREV_qtwebengine = "64e7fec600cf49a66d418b656bef2622529003e9" | 193 | SRCREV_qtwebengine = "f41dbaad0f0b554b3168df5456e57c3016bd5e43" |
194 | SRCREV_chromium = "3670a2bf53ddf847b499a777161e697e08ecc26b" | 194 | SRCREV_chromium = "87e5a52b8860fc35e59e308a3468b015ba4c19ed" |
195 | SRCREV = "${SRCREV_qtwebengine}" | 195 | SRCREV = "${SRCREV_qtwebengine}" |
196 | 196 | ||
197 | SRCREV_FORMAT = "qtwebengine_chromium" | 197 | SRCREV_FORMAT = "qtwebengine_chromium" |
diff --git a/recipes-qt/qt5/qtwebsockets_git.bb b/recipes-qt/qt5/qtwebsockets_git.bb index a6abb723..2e8e719f 100644 --- a/recipes-qt/qt5/qtwebsockets_git.bb +++ b/recipes-qt/qt5/qtwebsockets_git.bb | |||
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = " \ | |||
11 | 11 | ||
12 | DEPENDS += "qtbase qtdeclarative" | 12 | DEPENDS += "qtbase qtdeclarative" |
13 | 13 | ||
14 | SRCREV = "34010e649734fe7a41d1a0280c606b15de5c2799" | 14 | SRCREV = "57e447f19afb9fa58add302547c966e6f5c3b16f" |
diff --git a/recipes-qt/qt5/qtwebview_git.bb b/recipes-qt/qt5/qtwebview_git.bb index 29367e38..05f8f346 100644 --- a/recipes-qt/qt5/qtwebview_git.bb +++ b/recipes-qt/qt5/qtwebview_git.bb | |||
@@ -23,4 +23,4 @@ python() { | |||
23 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): | 23 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): |
24 | raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') | 24 | raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') |
25 | } | 25 | } |
26 | SRCREV = "1b514c3b7d1b5d6ddfbfd818cf878a425d2b5f8b" | 26 | SRCREV = "48f2622cde5923d07d8b11e254079309a20e7f41" |