aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* qt5: update submodulesMikko Gronoff2022-09-241-1/+1
| | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-104247 Change-Id: I84decb2b523ec5b204005e349e26b56c5b978224 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* qt5: update submodulesMikko Gronoff2022-08-301-2/+2
| | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-104247 Change-Id: I4e9914e503c32fffb46d71ba8dff39351cb00bfe Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* qt5: update submodulesMikko Gronoff2022-08-181-1/+1
| | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-104247 Change-Id: I4fb003091ca4ce337f61eb91017b3c7269b3af57 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2022-08-171-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: The "Fix archiver assignment" change was already present in lts-5.15 branch but got now updated for qtpdf clang patch also. Changelog: edf48254 qmake5_base.bbclass: Remove remove-libtool from recipe scope 9287d635 qtwebengine: Fix archiver assignment e8ada8b8 qtpdf: Do not add -rtlib=libgcc -unwindlib=libgcc when using gcc Conflicts: recipes-qt/qt5/qtpdf/0002-gn.pro-do-not-try-to-statically-link-stdc.patch recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch recipes-qt/qt5/qtwebengine/0002-qmake.conf-lower-MODULE_VERSION-to-5.15.4.patch Change-Id: I03345f702eea5ebfdee42b290cef20c285474696
| * qtwebengine: Fix archiver assignmentMarek Vasut2022-08-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This qtwebengine GN patch already assigns AR correctly one line above to '--ar \"$$which(ar)\"' , drop the newly added upstream AR assignment as it triggers build failure: " [184/187] CXX tools/gn/target.o [185/187] CXX tools/gn/visual_studio_writer.o [186/187] AR gn_lib.a [187/187] LINK gn FAILED: gn /build/tmp/hosttools/g++ -O3 -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-strip-all -Wl,--as-needed -static-libstdc++ -pthread -o gn -Wl,--start-group tools/gn/gn_main.o base.a gn_lib.a -Wl,--end-group -ldl /build/tmp/hosttools/ld: base.a: error adding symbols: archive has no index; run ranlib to add one collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Project ERROR: GN build error! make[2]: *** [Makefile:98: sub-gn-pro-make_first] Error 3 " MJ: for GN(-native) build we don't want to respect QMAKE_AR, we want ar for host architecture and use $$which(ar) (will will be similar to $$first(BUILD_AR) with BUILD_AR from bitbake.conf) MJ: Refresh other patches to apply on top of this change. MJ: it's not reproducible with qemux86-64 (which I was using to test the last upgrade): martin@jama /OE/build/oe-core/tmp-glibc/work $ ls -lah core2-64-oe-linux/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a cortexa15t2hf-neon-oe-linux-gnueabi/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a -rw-r--r-- 1 martin martin 99K Aug 8 22:01 core2-64-oe-linux/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a -rw-r--r-- 1 martin martin 3.3K Aug 8 21:10 cortexa15t2hf-neon-oe-linux-gnueabi/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a martin@jama /OE/build/oe-core/tmp-glibc/work $ file core2-64-oe-linux/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a cortexa15t2hf-neon-oe-linux-gnueabi/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a core2-64-oe-linux/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a: thin archive with 1168 symbol entries cortexa15t2hf-neon-oe-linux-gnueabi/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release/base.a: thin archive with 1650553701 symbol entries The issue is that gn build will use arm-oe-linux-gnueabi-gcc-ar from QMAKE_AR which is correct for target libraries, but in this case it's used for native gn and arm-oe-linux-gnueabi-gcc-ar doesn't support native x86_64 host (while x86_64-oe-linux-gcc-ar used in qemux86-64 builds was fine, because the architecture is compatible): qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/build/src/3rdparty/gn/out/Release $ ninja -v gn 2>&1 [1/2] rm -f base.a && /OE/build/oe-core/tmp-glibc/work/cortexa15t2hf-neon-oe-linux-gnueabi/qtwebengine/5.15.10+gitAUTOINC+c7e716ef1f_ecc2bb74f1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gcc-ar rcsT base.a base/callback_internal.o base/command_line.o base/environment.o base/files/file.o base/files/file_enumerator.o base/files/file_path.o base/files/file_path_constants.o base/files/file_util.o base/files/scoped_file.o base/files/scoped_temp_dir.o base/json/json_parser.o base/json/json_reader.o base/json/json_writer.o base/json/string_escape.o base/logging.o base/md5.o base/memory/ref_counted.o base/memory/weak_ptr.o base/sha1.o base/strings/string_number_conversions.o base/strings/string_piece.o base/strings/string_split.o base/strings/string_util.o base/strings/string_util_constants.o base/strings/stringprintf.o base/strings/utf_string_conversion_utils.o base/strings/utf_string_conversions.o base/third_party/icu/icu_utf.o base/timer/elapsed_timer.o base/value_iterators.o base/values.o base/files/file_enumerator_posix.o base/files/file_posix.o base/files/file_util_posix.o base/posix/file_descriptor_shuffle.o base/posix/safe_strerror.o base/strings/string16.o [2/2] /OE/build/oe-core/tmp-glibc/hosttools/g++ -O3 -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-strip-all -Wl,--as-needed -static-libstdc++ -pthread -o gn -Wl,--start-group tools/gn/gn_main.o base.a gn_lib.a -Wl,--end-group -ldl FAILED: gn /OE/build/oe-core/tmp-glibc/hosttools/g++ -O3 -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-strip-all -Wl,--as-needed -static-libstdc++ -pthread -o gn -Wl,--start-group tools/gn/gn_main.o base.a gn_lib.a -Wl,--end-group -ldl /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: base.a: error adding symbols: archive has no index; run ranlib to add one collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. $ arm-oe-linux-gnueabi-gcc-ar --help | grep supported.targets recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/../../libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/12.1.0/ar: supported targets: elf32-littlearm elf32-littlearm-fdpic elf32-bigarm elf32-bigarm-fdpic elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin $ ar --help | grep supported.targets ar: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64 pei-i386 pe-x86-64 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin It would be better to force gn build to respect BUILD_AR = "${BUILD_PREFIX}ar" instead of "$$which(ar)" here or better just using separate gn-native recipe like meta-browser does since: https://github.com/OSSystems/meta-browser/commit/c5ff301787ef76eec57ca500ec9d1ccf0f74b488 but meta-qt5 is dead-end and I don't care enough to fix this. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2022-08-101-2/+2
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-104247 Change-Id: I49296d9744f9e204b1d5e6ec8e654c0fc0ac2fc4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2022-07-211-4/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Notes: Conflicts: recipes-qt/qt5/nativesdk-qtbase_git.bb recipes-qt/qt5/qt3d_git.bb recipes-qt/qt5/qt5-git.inc recipes-qt/qt5/qtbase-native_git.bb recipes-qt/qt5/qtbase_git.bb recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtconnectivity_git.bb recipes-qt/qt5/qtdatavis3d_git.bb recipes-qt/qt5/qtdeclarative_git.bb recipes-qt/qt5/qtgamepad_git.bb recipes-qt/qt5/qtgraphicaleffects_git.bb recipes-qt/qt5/qtimageformats_git.bb recipes-qt/qt5/qtlocation_git.bb recipes-qt/qt5/qtlottie_git.bb recipes-qt/qt5/qtmultimedia_git.bb recipes-qt/qt5/qtnetworkauth_git.bb recipes-qt/qt5/qtpdf/0002-gn.pro-do-not-try-to-statically-link-stdc.patch rcipes-qt/qt5/qtpdf_git.bb recipes-qt/qt5/qtpurchasing_git.bb recipes-qt/qt5/qtquick3d_git.bb recipes-qt/qt5/qtquickcontrols2_git.bb recipes-qt/qt5/qtquickcontrols_git.bb recipes-qt/qt5/qtquicktimeline_git.bb recipes-qt/qt5/qtremoteobjects_git.bb recipes-qt/qt5/qtscxml_git.bb recipes-qt/qt5/qtsensors_git.bb recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtserialport_git.bb recipes-qt/qt5/qtsvg_git.bb recipes-qt/qt5/qttools_git.bb recipes-qt/qt5/qttranslations_git.bb recipes-qt/qt5/qtvirtualkeyboard_git.bb recipes-qt/qt5/qtwayland_git.bb recipes-qt/qt5/qtwebchannel_git.bb recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch recipes-qt/qt5/qtwebengine/0002-qmake.conf-lower-MODULE_VERSION-to-5.15.4.patch recipes-qt/qt5/qtwebengine_git.bb recipes-qt/qt5/qtwebglplugin_git.bb recipes-qt/qt5/qtwebsockets_git.bb recipes-qt/qt5/qtwebview_git.bb recipes-qt/qt5/qtx11extras_git.bb recipes-qt/qt5/qtxmlpatterns_git.bb Change-Id: I059dd74ecf04b5669b628ea1281d64b0f0f04a43
| * qtwebengine: upgrade to latest chromium from 87-based branchMartin Jansa2022-07-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | * contains useful fix to resolve: https://github.com/meta-qt5/meta-qt5/pull/475 qtwebengine-chromium $ git log --oneline caba2fcb0fe8a8d213c4c79d26da3bb88eee61c7..ecc2bb74f1f7140fc52650042299be18e826b27b ecc2bb74f1f [Backport] CVE-2022-0796: Use after free in Media a7a23ccc69e [Backport] Linux sandbox: ENOSYS for some statx syscalls 7857ff290ab FIXUP: Workaround MSVC2022 ICE in constexpr functions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: upgrade to v5.15.10-ltsMartin Jansa2022-07-051-9/+9
| | | | | | | | | | | | | | * keep the MODULE_VERSION on 5.15.4 to match the rest of the publicly available 5.15 modules Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesv5.15.10-ltsMikko Gronoff2022-05-311-2/+2
| | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.15.10 branch. Task-number: QTBUG-102791 Change-Id: I17757aa9864b07aef02c2244951fe04ab8162709 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | Merge remote-tracking branch 'upstream/master' into lts-5.15Mikko Gronoff2022-05-231-14/+15
|\| | | | | | | | | | | | | | | | | | | changelog: 283dd73e qtwebengine: Fix build with gcc-12 Conflicts: recipes-qt/qt5/qtwebengine_git.bb Change-Id: I21ac66a98dbe13edbba9f1155436537848d9d9a5
| * qtwebengine: Fix build with gcc-12Martin Jansa2022-05-201-14/+15
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2022-05-171-2/+2
| | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.15 branch. Task-number: QTBUG-102791 Change-Id: If9409d1882e8fb960b243a6700719d59d51859f2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2022-05-061-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.15 branch. Task-number: QTBUG-102791 Change-Id: I9e86c974beca5c5d6132c21087279d30b0762882 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2022-05-021-28/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New QtPdf recipe adjusted to use same revision as lts-5.15 branch qtwebengine * New python3-ptest-qt recipe excluded * QtWebengine from upstream is newer than stated v5.15.8, almost 5.15.9 version, hence directly synced patches from upstream. Still needed 0012-chromium-Add-missing-include-for-C-strncpy.patch to build * Unneeded recipe specific QT_MODULE_BRANCH adjustments & module version alteration patches removed changelog: 5b71df60 qt5-creator: add pkgconfig to inherit 851a0ad5 maliit-framework-qt5, maliit-plugins-qt5: Disable tests for gcc too 98086b54 ogl-runtime: Check for ppc64 before ppc 4837db1d qtwebengine: Add libxkbfile only when x11 is in distro features 74c27fa5 qt5: upgrade to v5.15.3-lts-lgpl 32e6203c qtwebkit: Fix build when x11 is not in distro features 121c1bfd qtpdf: Fix build with clang on aarch64 06647dd2 qtpdf: Fix build with clang 6f82e21d qtwebengine: Add missing libxkbfile dependency 347fcfb1 qtwebengine: fix build with newer icu+libxml cc3d1c0c meta: update license names 5d4b73ad python3-pytest-qt: add 4.0.2 5fc0c4dc layers: Bump to use kirkstone d38470c2 qtwebengine: upgrade to v5.15.8 and use the same SRCREVs as qtpdf 642c0e2e qtpdf: fix BSD license like in qtwebengine a1232fbe qtpdf: remove duplicated patches 73326c90 qtpdf: add as dedicated recipe f23d41fe recipes-qt: update ambiguous "BSD" license with "BSD-3-Clause" ce5b4c9a qtbase: Fix ptest compilation with clang b34ac6ed qt5: set ALLOW_EMPTY for mkspecs subpackage Change-Id: Iafdfc96fa010231ece0b0b5dd286f7cd440aaa8d
| * qtwebengine: Add libxkbfile only when x11 is in distro featuresupstream/jansa/honisterupstream/honisterKhem Raj2022-03-111-2/+2
| | | | | | | | | | | | | | | | Its needed for xcb platform which means its not needed when x11 is not in distro features, limit the scope of this dependency to x11 fixes non-x11 builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qtwebengine: Add missing libxkbfile dependencyMarek Vasut2022-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libxkbfile is a new dependency of qtwebengine 5.15.8 updated in commit d38470c2 ("qtwebengine: upgrade to v5.15.8 and use the same SRCREVs as qtpdf") Without libxkbfile dependency, the build fails with: ``` sed: can't read /.../qtwebengine/5.15.8+gitAUTOINC+73e76f9e86_48a205f9e0-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory ``` The sed failure is fatal, but doesn't show what's wrong, log.do_configure shows it nicely: ``` QtWebEngine required system libraries for qpa-xcb: x11 .................................. yes libdrm ............................... yes xcomposite ........................... yes xcursor .............................. yes xi ................................... yes xproto (glproto) ..................... yes xtst ................................. yes xkbfile .............................. no ... Note: The following modules are not being compiled in this configuration: webenginecore webengine webenginewidgets WARNING: Could not find all necessary libraries for qpa-xcb support in QtWebEngine. WARNING: QtWebEngine will not be built. ``` And it happens only with x11 in DISTRO_FEATURES <- that's why I wasn't seeing it in my builds before. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: fix build with newer icu+libxmlAndrej Valek2022-03-071-0/+1
| | | | | | | | | | | | | | Replace TRUE with 1, because of TRUE removal from newer ICU. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * meta: update license namesMartin Jansa2022-02-221-1/+1
| | | | | | | | | | | | | | | | * openembedded-core/scripts/contrib/convert-spdx-licenses.py . ... All files processed with version 0.01 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: upgrade to v5.15.8 and use the same SRCREVs as qtpdfMartin Jansa2022-02-121-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes for glibc-2.34 were merged upstream * qtwebengine: git log --oneline be49f438d66f120646237c3f13d9e8f9166b95a6..73e76f9e86b3fded45be6b232bdebe75e7136e4a 73e76f9e8 Use IsSameDocument() rather than IsLoadingToDifferentDocument() cd2b9fa57 Update module-split for installer 4b5504d4d Fix printing PDF files 34b5b4b19 Do not override signal handlers c3fce9352 Update Chromium 763db8ce9 Avoid using xkbcommon in non-X11 builds 5018a477c Bump version from 5.15.8 to 5.15.9 0361b2cce Update Chromium 3387ca53e Don't unconditionally log that Apple Silicon is not supported 1c9785bf7 Skip QtWebEngine and QtPdf if building for Apple Silicon 5e30e3a7c Update documentation 6369c52ce Update Chromium cf53bf7fa Handle qtpdf compilation with static runtime a49e0b2ca Add bitcode support for qtpdf on ios 56ba5c978 Update Chromium 402f5a4a7 Do not access accessibility from qt post routines ab1d00253 Blacklist javascriptClipboard test on ubuntu 20.04 8cbd59dd3 Re-enable network-service-in-process e510ef5ae Bump version from 5.15.7 to 5.15.8 604f42c37 Update Chromium f817c9198 Update patch level 03b3df668 Fix pinch gesture 5f6a292bc Fix leak of properties after XkbRF_GetNamesProp 603ad5cc9 Fix leak on getDefaultScreeenId 9e63ed675 Blacklist certificate test until certicates have been renewed 4340b9579 Block CORS from local URLs when remote access is not enabled b99b6ed65 Do not wait on weak_pointer for termination errors e85939ac7 Update Chromium 19e6e9e29 Update Chromium 0997f6e32 Support MSVC_VER 16.8 d0576dda4 Fix wrong save file filter for Markdown Editor example ddf97c119 Add Chromium version source documentation e27ac3610 Bump version from 5.15.6 to 5.15.7 7f4a6ff45 Fix crash when clicking on a link in PDF c68457239 Update Chromium 6ce0de1a9 Update Chromium 7b9e9c922 Update Chromium 46d3c2349 Bump version from 5.15.5 to 5.15.6 eafc7b603 Always send phased wheel events beginning with Began 09bf7d7a9 Update Chromium 626830a78 Generate mojo bindings before compiling extension API registration 99c2125de Fix not working certificates on mac > 10.14 2240a3f8e Update Chromium f69c1859b Bump version from 5.15.4 to 5.15.5 4d13a3ef2 Blacklist handleError on macos until we merge the fix 8f7e7cfb7 Load signals test: use focusProxy for link clicking test 8b8cc47aa Set enumaration root directory for File.webkitRelativePath API ade5679e6 Fix FilePickerController's path validation for windows and corresponding tests 33e08cdfd Add support for Keyboard.getLayoutMap() e7d56d6c0 Remove ResourceTypeSubFrame check after website update 349db5edc Follow InProcessGpuThread::Init() on thread priority 5d41d39b8 Avoid unknownFunc messages in qmltests 7e5e92c32 Blacklist CertificateError::test_error for macOS 06228ca3c Adapt to new Connections syntax 9f0f9981d Remove tracking of frame which load error page 4d4fc9cd1 Fix inconsistent number of load signals and their order 88c9dc680 Doc: Add a note about navigation within a page to a fragment ba57bbb0f Unblacklist and fix load signals test for file download aa3b04de3 Add more tests to tst_loadsignals c3a81005a Remove obsolete loadSignals test secondLoadForError_WhenErrorPageEnabled a7d3b4cb0 Allow leaving OCSP off 119c9ae0a Blacklist NewViewRequest::test_loadNewViewRequest on macOS 70927466b Update Chromium * chromium: git log --oneline 6c7b4ffb3fe19e7c6a2db60ce2d05c3b50c16ffc..48a205f9e054b5cc3e67df2e25382da9460c0015 48a205f9e05 Do not overwrite signal handlers in the browser process. d505a379d3b [Backport] Copy 'name_' member during StyleRuleProperty::Copy 0ad28143707 [Backport] CVE-2021-4102: Use after free in V8 e5d497a3247 [Backport] CVE-2021-4101: Heap buffer overflow in Swiftshader. 571b49605f5 [Backport] CVE-2021-4099: Use after free in Swiftshader 3e477e28f22 [Backport] CVE-2021-4098: Insufficient data validation in Mojo 7ff159da128 Try to fix build on Apple Monterey 2918e073086 [Backport] Handle long SIGSTKSZ in glibc > 2.33 d3396fb6fcf [Backport] abseil-cpp: Fixes build with latest glibc b77d64307a4 Bump V8_PATCH_LEVEL 764c8558b0f [Backport] CVE-2021-4078: Type confusion in V8 371dfe28a34 [Backport] CVE-2021-4079: Out of bounds write in WebRTC 16d0d63ede4 [Backport] Security bug 1259899 e0abe24fe7b [Backport] CVE-2021-4062: Heap buffer overflow in BFCache ef54f3d63fd [Backport] CVE-2021-4059: Insufficient data validation in loader 5aeb41626e3 [Backport] CVE-2021-4058: Heap buffer overflow in ANGLE (2/2) c76e04186ad [Backport] CVE-2021-4058: Heap buffer overflow in ANGLE (1/2) 50e9ebbfc3c [Backport] CVE-2021-4057: Use after free in file API 1df82e89295 Use wglSetPixelFormat directly only if in software mode b3ec1114d8f Compile with GCC 11 -std=c++20 bfc2de04055 [Backport] CVE-2021-37996 : Insufficient validation of untrusted input in Downloads 460be974cd0 [Backport] CVE-2021-38001 : Type Confusion in V8 825745fdbd0 [Backport] Security bug 1252858 df07ad645cf [Backport] CVE-2021-37989 : Inappropriate implementation in Blink 4797e6e848b [Backport] Dependency for CVE-2021-37989 d1d8974783c [Backport] CVE-2021-38022: Inappropriate implementation in WebAuthentication c4f05eef5e4 [Backport] CVE-2021-38012: Type Confusion in V8 77eb03c0ff1 [Backport] CVE-2021-38010: Inappropriate implementation in service workers c7d8826a6d6 [Backport] CVE-2021-38021: Inappropriate implementation in referrer a81a024f3a5 [Backport] CVE-2021-38005: Use after free in loader (3/3) e1bdb5dff96 [Backport] CVE-2021-38005: Use after free in loader (2/3) 51c9803f8ac [Backport] CVE-2021-38005: Use after free in loader (1/3) c3635c792e4 [Backport] CVE-2021-38019: Insufficient policy enforcement in CORS f1d999742b7 [Backport] CVE-2021-38007: Type Confusion in V8 61f0637953b [Backport] CVE-2021-38017: Insufficient policy enforcement in iframe sandbox 695cc63e436 [Backport] CVE-2021-38009: Inappropriate implementation in cache 7382407581b [Backport] Dependency for CVE-2021-38009 3fce22f9ce9 [Backport] CVE-2021-38015: Inappropriate implementation in input 814d594ab39 [Backport] CVE-2021-38018: Inappropriate implementation in navigation 0b15e3a1283 Revert "Stop orphan child processes from staying alive on Windows" 961f13c6876 Fix stack overflow on gpu channel recreate with an error f878faa317d [Backport] Security bug 1245870 060cd95a1f3 [Backport] CVE-2021-37993 : Use after free in PDF Accessibility a1153aa778d [Backport] CVE-2021-37984 : Heap buffer overflow in PDFium 5814c143eb5 [Backport] CVE-2021-37992 : Out of bounds read in WebAudio f33d6723535 [Backport] CVE-2021-37987 : Use after free in Network APIs b497b6ac860 [Backport] CVE-2021-38003 : Inappropriate implementation in V8 d63517a0ebc [Backport] CVE-2021-3541 libxml2: Exponential entity expansion attack bypasses all existing protection mechanisms ce0357a3a86 [Backport] CVE-2021-3517: libxml2: Heap-based buffer overflow in xmlEncodeEntitiesInternal() in entities.c 8c0a9b4459f Revert "[Backport] Security bug 1239116" b3c5d18a071 [Backport] Linux sandbox: update syscalls numbers on 32-bit platforms 7f07b1c3d90 [Backport] sandbox: linux: allow clock_nanosleep & gettime64 549b2ecfd28 [Backport] Linux sandbox: update syscall numbers for all platforms. d33026ed7c5 Revert "[Backport] CVE-2021-37976 : Information leak in core" 29c41fac33d [Backport] Ease HarfBuzz API change with feature detection e1b1c8fbfdc Bump V8_PATCH_LEVEL bb7d5f412de CVE-2021-37972 : Out of bounds read in libjpeg-turbo f56401ddcec Add switch for static and dynamic crt 2577bccb3d5 [Backport] Security bug 1248665 231761dbed7 [Backport] CVE-2021-37975 : Use after free in V8 3301102062f [Backport] CVE-2021-37980 : Inappropriate implementation in Sandbox 10bdc1bcce9 [Backport] CVE-2021-37979 : Heap buffer overflow in WebRTC (2/2) 41bf49c17a6 [Backport] CVE-2021-37979 : Heap buffer overflow in WebRTC (1/2) 316ff0b2e0e [Backport] CVE-2021-37978 : Heap buffer overflow in Blink c9eee8926c9 [Backport] CVE-2021-37976 : Information leak in core b0d03b2f484 [Backport] CVE-2021-30616: Use after free in Media. 75e6c138ad9 [Backport] Dependency for CVE-2021-30616 be58035b0bf [Backport] CVE-2021-37962 : Use after free in Performance Manager (2/2) 842b1fe73c3 [Backport] CVE-2021-37962 : Use after free in Performance Manager (1/2) a12aac1d65a [Backport] CVE-2021-37973 : Use after free in Portals 31327570494 [Backport] CVE-2021-37971 : Incorrect security UI in Web Browser UI. e1c9ef661cc [Backport] CVE-2021-37968 : Inappropriate implementation in Background Fetch API 8170b884540 [Backport] CVE-2021-37967 : Inappropriate implementation in Background Fetch API 39c2ae1a9ea [Backport] Linux sandbox: return ENOSYS for clone3 be0320febb6 [Backport] Linux sandbox: fix fstatat() crash 0ef198c9ee2 [Backport] Reland "Reland "Linux sandbox syscall broker: use struct kernel_stat"" 1950f23d465 [Backport] Security bug 1238178 (2/2) 45133cbadf5 [Backport] Security bug 1238178 (1/2) 6643e7a877c [Backport] CVE-2021-30633: Use after free in Indexed DB API (2/2) af07badd6ff [Backport] CVE-2021-30633: Use after free in Indexed DB API (1/2) 19808bff72b [Backport] CVE-2021-30630: Inappropriate implementation in Blink 3b2c685c26a [Backport] CVE-2021-30629: Use after free in Permissions b84f1aa1c79 [Backport] CVE-2021-30628: Stack buffer overflow in ANGLE f1f2f28fb4e [Backport] CVE-2021-30627: Type Confusion in Blink layout 4b12199073d [Backport] CVE-2021-30626: Out of bounds memory access in ANGLE df0ac531326 [Backport] CVE-2021-30625: Use after free in Selection API adcb7c9d94a [Backport] Security bug 1239116 f0834350e21 [Backport] Security bug 1206289 ca1eed2838b [Backport] CVE-2021-30613: Use after free in Base internals 68f44b4acae [Backport] Security bug 1227228 d59527ce172 [Backport] CVE-2021-30618: Inappropriate implementation in DevTools 9f71911e38c [Backport] CVE-2021-30560: Use after free in Blink XSLT c8087cb6809 [Backport] CVE-2021-30566: Stack buffer overflow in Printing 7a8e3587227 [Backport] CVE-2021-30585: Use after free in sensor handling 80ed2154da5 Bump V8_PATCH_LEVEL 1c68d71eabf [Backport] Security bug 1228036 d2c0e58eab2 [Backport] CVE-2021-30604: Use after free in ANGLE fabc9bb01c0 [Backport] CVE-2021-30603: Race in WebAudio 36f3419335f [Backport] CVE-2021-30602: Use after free in WebRTC 6f4b9a24c6e [Backport] CVE-2021-30599: Type Confusion in V8 e9fe457edfc [Backport] CVE-2021-30598: Type Confusion in V8 d07208fe7ea [Backport] Security bug 1227933 6ed7e70372b [Backport] Security bug 1205059 2327f834a33 [Backport] Security bug 1184294 6d3335345c0 [Backport] Security bug 1198385 45ec486f694 [Backport] CVE-2021-30588: Type Confusion in V8 4c129f0da7f [Backport] CVE-2021-30587: Inappropriate implementation in Compositing on Windows 4c5ea7104ef [Backport] CVE-2021-30573: Use after free in GPU df0ce074884 [Backport] CVE-2021-30569, security bugs 1198216 and 1204814 362ebc273c3 [Backport] CVE-2021-30568: Heap buffer overflow in WebGL d2679dfe289 [Backport] CVE-2021-30541: Use after free in V8 c49a1b46977 [Backport] Security bugs 1197786 and 1194330 24fe4f7088e [Backport] Security bug 1194689 d20a32ba7b3 [Backport] CVE-2021-30563: Type Confusion in V8 82dbe6ec610 [Backport] Security bug 1211215 63aa70704eb [Backport] Security bug 1209558 5ddd26eb1c1 [Backport] CVE-2021-30553: Use after free in Network service ce44e18e5ea [Backport] CVE-2021-30548: Use after free in Loader dccd70ff668 [Backport] CVE-2021-30547: Out of bounds write in ANGLE 99850871829 [Backport] CVE-2021-30556: Use after free in WebAudio dcd69a31bd0 [Backport] CVE-2021-30559: Out of bounds write in ANGLE 09404bcb076 [Backport] CVE-2021-30533: Insufficient policy enforcement in PopupBlocker 9995d429475 [Backport] Security bug 1202534 8b6c2cc8db1 [Backport] CVE-2021-30536: Out of bounds read in V8 5db4492a5ee [Backport] CVE-2021-30522: Use after free in WebAudio 0b959ee26c9 [Backport] CVE-2021-30554 Use after free in WebGL 8a287eeecee [Backport] CVE-2021-30551: Type Confusion in V8 9e6ebb137db [Backport] CVE-2021-30544: Use after free in BFCache 00d148cb209 [Backport] CVE-2021-30535: Double free in ICU e11e1e26681 [Backport] CVE-2021-30534: Insufficient policy enforcement in iFrameSandbox 260e76054ff [Backport] CVE-2021-30530: Out of bounds memory access in WebAudio 559f74945e1 [Backport] CVE-2021-30523: Use after free in WebRTC 7948becb538 Generate mojo bindings before compiling extension API registration eaffb82d5ee [Backport] Security bug 1201938 951cdb36065 [Backport] Security bug 1201340 9827f0c6df6 [Backport] Security bug 1195331 96953e10399 [Backport] Security bug 1204071 5353de15a14 [Backport] CVE-2021-30518: Heap buffer overflow in Reader Mode 4646e31fd96 [Backport] CVE-2021-30516: Heap buffer overflow in History. 01441068d6d [Backport] CVE-2021-30515: Use after free in File API 59c82b51677 [Backport] CVE-2021-30513: Type Confusion in V8 a7025feb1be [Backport] CVE-2021-30512: Use after free in Notifications b1620340b6b [Backport] CVE-2021-30510: Race in Aura f5056d02494 [Backport] CVE-2021-30508: Heap buffer overflow in Media Feeds 5b2293cf1f2 Workaround revoked certificate check on Linux dc35950b9ee FIXUP: third_party perfetto: add missing include for clang, asan and no_pch 12ecfd11e32 Bump V8_PATCH_LEVEL b498f4ce3f5 Fix build with GCC 11 1d3b13e9634 Make clang to inline load/store atomic calls for YieldSortKey struct f6730fe81a0 Enable XkbKeyboardLayoutEngine::SetCurrentLayoutByName for Qt Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * recipes-qt: update ambiguous "BSD" license with "BSD-3-Clause"Denys Dmytriyenko2022-02-111-1/+1
| | | | | | | | | | | | | | | | | | OE-Core recently removed ambiguous "BSD" license in order for recipes to be more specific and use the exact variants of BSD. Update meta-qt5 recipes with "BSD-3-Clause" as that was the previous default. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2022-04-261-1/+1
| | | | | | | | | | | | | | | | Update to latest content in Qt 5.15 branch. Task-number: QTBUG-102791 Change-Id: I5986aebf3e85669b2311ba14affb19b3e3648b41 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtbase, qtwebengine: update modulesv5.15.9-ltsMikko Gronoff2022-04-011-2/+2
| | | | | | | | | | | | | | | | Update to latest revisions in 5.15.9 branch. Task-number: QTBUG-99983 Change-Id: I757f5802e7d8e53ede5c23a6fe408bc8827d7907 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesSamuli Piippo2022-03-231-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15.9 branch. Change-Id: I0ed43e475d0234cd2578525327ea1d6dae319c3a Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* | qt5: update submodulesMikko Gronoff2022-03-161-2/+2
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-99982 Change-Id: I54adf2ec5c613f73da75fc500e634f2b10c41d93 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2022-02-031-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-99982 Change-Id: I7119d282ac32f8cb54fd0874bbfa2eff59b62b78 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2022-01-311-2/+2
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-99982 Change-Id: I2e4da5c1da8dfaa51027290e2c0b1e238501d918 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodules for LTS 5.15.9Dan Ackers2022-01-131-1/+1
| | | | | | | | | | | | Change-Id: Id161fd685034b8f119fd63bf28c6fa313edd8043 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update submodules for LTS 5.15.8Jani Suonpera2021-12-201-3/+2
| | | | | | | | | | | | Task-number: QTBUG-97879 Change-Id: I70907a402e72ca1219615c8f7955c7464c1cfda3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update submodules for LTS 5.15.8Jani Suonpera2021-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new submodule for qt3d. See more details from >commit 99241de47266acb50135bb5f20d0875b2adb2600 >Author: Mike Krus <mike.krus@kdab.com> >Date: Fri May 8 13:09:15 2020 +0100 > > Build Assimp using submodule > > Use same submodule as QtQuick3D Task-number: QTBUG-97878 Change-Id: I4a2deaf73cede06c4339685af2066bdc661b6d39 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodules for LTS 5.15.8Jani Suonpera2021-11-181-1/+1
| | | | | | | | | | | | Task-number: QTBUG-97878 Change-Id: Id30977cae37715a0e13ed8f64f7269fc3c4a5111 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Merge remote-tracking branch 'github/master' into 5.15.8Jani Suonpera2021-11-151-1/+1
|\| | | | | | | | | Task-number: QTBUG-97872 Change-Id: Ie0eee136a2be82c2561723eb46b0fdc231db367d
| * qtwebengine: fix libvpx config nameVivien Didelot2021-11-131-1/+1
| | | | | | | | | | | | The PACKAGECONFIG entry is libvpx, not vpx, fix this. Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
* | qt5: update submodules for LTS 5.15.8Jani Suonpera2021-11-111-1/+1
| | | | | | | | | | | | | | Task-number: QTBUG-97878 Change-Id: Ifbe9da642797890f09fe61ce2549b2305d8329f9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodules for LTS 5.15.7v5.15.7-ltsJani Suonpera2021-10-251-19/+18
| | | | | | | | | | | | | | | | | | Remove patch 0012-chromium-Fix-sandbox-Aw-snap-for-syscalls-403-and-40.patch because it is integrated to chromium upstream. Task-number: QTBUG-96317 Change-Id: I3ac571bf4d25c2b808c394761a2fefc5addfe174 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodules for LTS 5.15.7Jani Suonpera2021-10-181-1/+1
| | | | | | | | | | | | | | Task-number: QTBUG-96316 Change-Id: Ic3ce9cf21b392765e8914122b9587fe3781f587a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtwebengine: fix override syntax changesJani Suonpera2021-10-121-2/+2
| | | | | | | | | | | | Task-number: QTBUG-96439 Change-Id: I498d9e9686715792c0a991e5abf9ffcdfb330b96 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'github/master' into lts-5.15Jani Suonpera2021-10-081-26/+30
|\| | | | | | | | | Task-number: QTBUG-96310 Change-Id: Iec7ca30851b8e4d172faa0066685259d050bfd74
| * qtwebengine: inherit pkgconfigMartin Jansa2021-09-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Newer oe-core doesn't pull many default dependencies anymore: https://lists.openembedded.org/g/openembedded-core/message/156185 add explicit dependency on pkgconfig through pkgconfig.bbclass as we're using it here. * fixes: | sed: can't read /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/qtwebengine/5.15.4+gitAUTOINC+dd7f7a9166_7aad021f2e-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory because without pkgconfig detected this file isn't created during the build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: fix build with glibc-2.34Martin Jansa2021-08-041-13/+15
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * Convert to new override syntaxMartin Jansa2021-08-031-15/+15
| | | | | | | | | | | | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodules for LTS 5.15.7Jani Suonpera2021-10-061-2/+2
| | | | | | | | | | | | | | Task-number: QTBUG-96316 Change-Id: I9eb18d001b900a408efed2bdb1e2d6dfb45cad2a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodules for LTS 5.15.7Jani Suonpera2021-09-241-2/+2
| | | | | | | | | | | | | | Task-number: QTBUG-96316 Change-Id: I72252f42808c5ce23337a210bed0fb1e49c9a2a5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Merge commit '10f3673f' into lts-5.15Jani Suonpera2021-09-231-0/+1
|\| | | | | | | | | | | | | | | 10f3673f is last SHA1 in upstream master, which does not include Yocto branch Honister. Task-number: QTBUG-96310 Change-Id: I6c9cb67693d8594d727d91e559b190db633a0f67
| * qtwebengine: Add missing dbus dependencyPhilipp Zabel2021-06-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | QtWebEngine has a hard dependency on D-Bus, which is currently fulfilled indirectly via the pulseaudio dependency. As soon as pulseaudio is disabled via DISTRO_FEATURES_BACKFILL_CONSIDERED, building QtWebEngine fails. Add a direct dbus dependency to qtwebengine_git.bb to fix this. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | Merge remote-tracking branch qt/upstream/master' into lts-5.15Jani Suonpera2021-09-211-19/+21
|\| | | | | | | | | Task-number: QTBUG-96310 Change-Id: I3c129d5b6739f699eb00e188b8f60c12ce931641
| * qtwebengine: few more fixes for gcc-11Martin Jansa2021-05-101-3/+3
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: lower MODULE_VERSION to 5.15.2Martin Jansa2021-05-101-5/+6
| | | | | | | | | | | | | | | | | | | | * as we cannot upgrade all modules past 5.15.2 due to license change and the branches for 5.15.4 not available publicly, but qtwebengine and the chromium bits which are probably most important for security fixes are available and hopefully we can use them for non-commercial use Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: upgrade to latest 5.15 and 87-based, fix build with gcc-11Martin Jansa2021-05-101-19/+19
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: add dependency on nodejs-nativeMartin Jansa2021-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it's mandatory since this commit: commit c9d902ca6ca3b1aa2e2762329d18c226d26520af Author: Allan Sandfeld Jensen <allan.jensen@qt.io> Date: Fri Nov 6 09:16:15 2020 +0100 Adaptations for Chromium 87 * unfortunatelly missing this dependency only shows an warning in do_configure: Note: The following modules are not being compiled in this configuration: webenginecore webengine webenginewidgets WARNING: Nodejs is required to build QtWebEngine. WARNING: QtWebEngine will not be built. and then it fails in do_install with: make[1]: Leaving directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/build/src' sed: can't read /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory WARNING: exit code 2 from a shell command. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>