summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * qt5: upgrade to latest revision in 5.12Martin Jansa2018-12-2169-505/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * zlib temporarily disabled in qtbase-native, the configure fails too find it even when it is in RSS: docker-shr qemux86-64@ ~/build/oe-core $ find /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0 -name zlib\* /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/git/src/3rdparty/freetype/src/gzip/zlib.h /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/git/src/3rdparty/zlib.pri /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/git/src/3rdparty/zlib /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/git/src/3rdparty/zlib/src/zlib.h /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/git/src/3rdparty/zlib_dependency.pri /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/recipe-sysroot-native/usr/lib/pkgconfig/zlib.pc /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/recipe-sysroot-native/usr/include/zlib.h /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/recipe-sysroot-native/sysroot-providers/zlib-native /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/recipe-sysroot-native/installeddeps/zlib-native /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/recipe-sysroot-native/installeddeps/zlib-native.2dcdd26b684916aff89d13cb1c919939 /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+7fc427ba23-r0/recipe-sysroot-native/installeddeps/zlib-native.complete ERROR: Feature 'system-zlib' was enabled, but the pre-condition 'libs.zlib' failed. * fixes #136 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qt5: upgrade to latest revision in 5.12Martin Jansa2018-12-2026-501/+77
| | | | | | | | | | | | | | * WIP: only qtbase now * fixes #136 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qt5-plugin-generic-vboxtouch: fix segfaultthud-nextMartin Jansa2018-12-202-0/+76
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: refresh .patch files, meta-qt5/qt* repos and their tags in recipesMartin Jansa2018-12-2023-111/+111
| | | | | | | | | | | | * in preparation for rebase on 5.12 #136 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qt5: refresh .patch files, meta-qt5/qt* repos and their tags in recipesMartin Jansa2018-12-2039-80/+76
| | | | | | | | | | | | * in preparation for rebase on 5.12 #136 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * libconnman-qt5: Don't harcode libdir to fix multilib buildAndreas Oberritter2018-12-202-0/+26
| | | | | | | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase: Fix build with gcc9Khem Raj2018-12-204-0/+37
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qtbase: Consider clang when computing QMAKE_CXX.COMPILER_MACROSKhem Raj2018-12-204-0/+44
| | | | | | | | | | | | | | Helps in compiling qtapps with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qt5-creator: Enable clang plugin support when clang is used as toolchainKhem Raj2018-12-201-1/+9
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qtwebkit: Fix build with clangKhem Raj2018-12-201-0/+2
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * maliit: Disable testsKhem Raj2018-12-202-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | They do not build reliably, especially when using clang Fixes | ../../../recipe-sysroot/usr/include/QtTest/qtestcase.h:340:34: error: invalid operands to binary expression ('const MImServerCommonOptions' and 'const MImServerCommonOptions') | return compare_helper(t1 == t2, "Compared values are not the same", | ~~ ^ ~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qtbase: Drop QMAKE_WAYLAND_SCANNER from clang mkspecs fileKhem Raj2018-12-201-10/+7
| | | | | | | | | | | | | | | | | | This is to complete the fix that was sent last year to remove QMAKE_WAYLAND_SCANNER https://patchwork.openembedded.org/patch/145672/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qtconnectivity: Ignore -Waddress-of-temporary when using clangKhem Raj2018-12-202-0/+42
| | | | | | | | | | | | Helps in making bluez detection succeed Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qtbase: Fix build with clang/muslKhem Raj2018-12-204-0/+33
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qt5: upgrade to 5.11.3Mikko Gronoff2018-12-2044-98/+83
| | | | | | | | Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qtwebengine: Configure Ninja to honor PARALLEL_MAKEKai Ruhnau2018-12-111-0/+1
| | | | | | | | | | | | Fixes #137 Signed-off-by: Kai Ruhnau <kai.ruhnau@target-sg.com>
| * qmllive: add new recipeSeokha Ko2018-12-071-0/+18
| | | | | | | | | | | | | | qmlLive is a live reloader environment for rapid UI development Change-Id: Icc29a45ed488a95257625122107b83cbe746c755 Signed-off-by: Seokha Ko <sukdo399@daum.net>
| * python-pyqt5: MAKEFLAGS pass -j 1 via MAKEFLAGS during do_installKhem Raj2018-11-291-1/+1
| | | | | | | | | | | | | | | | The fix to reset PARALLEL_MAKEINST isnt enough here because qmake bbclass creates EXTRA_OEMAKE where it passes the -jX via MAKEFLAGS its better to set MAKEFLAGS in do_install to undo that effect Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * packagegroup-qt5-toolchain-target: Skip qtwebkit if opengl not foundScott Ellis2018-11-261-1/+1
| | | | | | | | | | | | Resolves #129 Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
| * python-pyqt5: Disable parallel installKhem Raj2018-11-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Avoid certain race during do_install | File "/mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/python-pyqt5/5.11.3-r0/PyQt5_gpl-5.11.3/mk_distinfo.py", line 108, in <module> | fn_f = open(fn, 'rb') | FileNotFoundError: [Errno 2] No such file or directory: '/mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/python-pyqt5/5.11.3-r0/image//usr/lib/python2.7/site-packages/PyQt5/QtCore.so' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | qtsystems: update submoduleSamuli Piippo2019-01-101-1/+1
| | | | | | | | | | Change-Id: Id297150ff698d8e1a416cad2124b055c3917a2e1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: cleanup mkspecsSamuli Piippo2019-01-103-23/+16
| | | | | | | | | | | | | | | | | | | | QMAKE_COMPILER is not meant to be the actual compiler, but a compiler type (gcc, clang, mingw). For both mkspecs it's already set in the common includes. Remove wayland and debug settings from the clang mkspec as they are already removed from the gcc mkspec. Change-Id: I59ebc64007ebb828d70cf769121bc2d64886d1c0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update submodulesMikko Gronoff2019-01-0938-43/+43
| | | | | | | | | | | | | | | | Initial snapshot of 5.12.1 branch Task-number: QTBUG-72255 Change-Id: Ie44ece792d5320869751976ba69a52890c5a6932 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | nativesdk-qtbase: use rpath for nativesdk Qt toolsSamuli Piippo2019-01-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | rpath is needed to be able to run qt tools from the sdk without having the sdk's lib dir explicitly in LD_LIBRARY_PATH or relying on host libraries. Qt uses relative rpaths, so the build directories are not used there. Change-Id: Ie341c2fd5931252e7912119f50720025dfdcaf06 Fixes: AUTOSUITE-734 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt3d-runtime: update to v2.2Mikko Gronoff2018-12-142-35/+3
| | | | | | | | | | | | Task-number: QT3DS-2852 Change-Id: I3fdc123fa04507ced98978667b92973b8d5f5593 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | nativesdk-qtbase: remove packaging QA issue fixMikko Gronoff2018-12-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for the following error will be applied to meta-boot2qt: ERROR: nativesdk-qtbase-5.11.2+gitAUTOINC+b0dce506cc-r0 do_package: QA Issue: nativesdk-qtbase: Files/directories were installed but not shipped in any package: /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake.d /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake.d/OEQt5Toolchain.cmake Change-Id: I1361d0ba2053a6377f10ce6ab648226750cd51bb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesv5.12.0Samuli Piippo2018-12-033-3/+3
| | | | | | | | | | | | | | Final update for Qt 5.12.0 Change-Id: I99c486004797cb9488dd2d8f0dbb6ea3213ac002 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
* | qt5: update submodulesv5.12.0-rc2Mikko Gronoff2018-11-277-7/+7
| | | | | | | | | | | | | | | | Update to 5.12.0 RC2 Task-number: QTBUG-71658 Change-Id: I06a5bb0b716f11102bcba50c9b8369bcea8fddf3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2018-11-263-3/+3
| | | | | | | | | | | | | | | | Update to proposed Qt 5.12.0 final release. Task-number: QTBUG-71658 Change-Id: Ib7e145819ac7285a4ecfb90d7b0228e301b761d0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesv5.12.0-rcMikko Gronoff2018-11-202-2/+2
| | | | | | | | | | | | | | | | Update to proposed 5.12.0 RC [v2]. Task-number: QTBUG-71658 Change-Id: I44620481025ed459d99458bdd43025fd55052448 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2018-11-198-9/+9
| | | | | | | | | | | | | | Update to proposed Qt 5.12.0 RC Change-Id: If0eed33248c553188bc33cb377ae44c5aa2360f9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'qtyocto/5.11' into 5.12Mikko Gronoff2018-11-1610-32/+116
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qtyocto/5.11: ff6127d Merge remote-tracking branch 'qtyocto/upstream/master' into 5.11 6b354b9 qt5: update submodules 4064b3b qtdeclarative: fix inconsistent QML_COMPILE_HASH value fd1f0f4 python-pyqt5: Update to 5.11.3 and add python3 recipe. 3fa1993 qtbase-native: disable postgresql support 0edbe1b qtbase: refresh patches and update tags on meta-qt5 4ed4385 qtbase: don't leak absolut path to recipe specific sysroot b3502fb qt5: Disable ltcg for host_build 5832bf2 qtbase: don't use thumb for armv[45] 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/0014-Check-glibc-version-for-renameat2-statx-on-non-boots.patch recipes-qt/qt5/qtbase_git.bb recipes-qt/qt5/qtcanvas3d_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.b b recipes-qt/qt5/qtmultimedia_git.bb recipes-qt/qt5/qtnetworkauth_git.bb recipes-qt/qt5/qtpurchasing_git.bb recipes-qt/qt5/qtquickcontrols2_git.bb recipes-qt/qt5/qtquickcontrols_git.bb recipes-qt/qt5/qtremoteobjects_git.bb recipes-qt/qt5/qtscript_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_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 Task-number: QTBUG-70847 Change-Id: I67e23c7020276516fcace20ff6a1eb698724dd22
| * | Merge remote-tracking branch 'qtyocto/upstream/master' into 5.11Mikko Gronoff2018-11-1510-27/+141
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qtyocto/upstream/master: fd1f0f4 python-pyqt5: Update to 5.11.3 and add python3 recipe. 3fa1993 qtbase-native: disable postgresql support 0edbe1b qtbase: refresh patches and update tags on meta-qt5 4ed4385 qtbase: don't leak absolut path to recipe specific sysroot b3502fb qt5: Disable ltcg for host_build 5832bf2 qtbase: don't use thumb for armv[45] Task-number: QTBUG-71658 Change-Id: Ied518deb11fb41e9f91c58419a6efee37a4086d4
| | * python-pyqt5: Update to 5.11.3 and add python3 recipe.Philip Balister2018-11-133-17/+27
| | | | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| | * qtbase-native: disable postgresql supportChristian Haettich2018-11-131-0/+1
| | | | | | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| | * qtbase: refresh patches and update tags on meta-qt5Martin Jansa2018-11-137-15/+12
| | | | | | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| | * qtbase: don't leak absolut path to recipe specific sysrootMax Krummenacher2018-11-134-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the qtbase recipe-sysroot no longer exists (e.g. because of rm_work) a user of Qt5GuiConfigExtras.cmake will experience the following error: | ERROR: Task (.../meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_configure) failed with exit code '1' | CMake Error in Source/WebCore/CMakeLists.txt: | Imported target "Qt5::Gui_EGL" includes non-existent path | | ".../build/tmp-glibc/work/armv7at2hf-neon-imx-angstrom-linux-gnueabi/qtbase/5.11.2+gitAUTOINC+49efea26a5-r0/recipe-sysroot/usr/include/libdrm" Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| | * qt5: Disable ltcg for host_buildSamuli Piippo2018-11-134-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | debug-prefix-map does not work correctly for static libraries when using ltcg, and since host_build compilations link agaist the libQt5Bootstrap.a library, it breaks source file packaging into debug packages. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
| | * qtbase: don't use thumb for armv[45]Martin Jansa2018-10-151-0/+5
| | | | | | | | | | | | | | | | | | * it fails when building with gcc8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * | qt5: update submodulesMikko Gronoff2018-11-1540-94/+46
| | | | | | | | | | | | | | | | | | | | | | | | Update to initial Qt 5.11.3 branch snapshot Task-number: QTBUG-71658 Change-Id: Ia4c945df724e2c3c68813aa7b3f210d2ff076647 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtdeclarative: fix inconsistent QML_COMPILE_HASH valueSamuli Piippo2018-11-152-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | qtdeclarative and qtdeclarative-native may end up with different values for QML_COMPILE_HASH, which prevents running QML application when qtquickcompiler has been used. Change-Id: I29f42915629ca5da7507fdd20cfe0c64f445df9f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qt5: update submodulesMikko Gronoff2018-11-1525-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.12.0 branch Task-number: QTBUG-70847 Change-Id: If104ac46f06baad35fe4dbc57f5d9a0f89f829fd Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qtxmlpatterns: enable qtdeclarative only for target buildv5.12.0-beta4Samuli Piippo2018-11-081-1/+2
| | | | | | | | | | | | | | | | | | | | | native and nativesdk builds have no need for the qml parts. Change-Id: I3cc0a7eb07ab36ead288691df3c935defef17ef1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qtxmlpatterns: reverse dependency to qtdeclarativeSamuli Piippo2018-11-082-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xmllistmodel was moved from qtdeclarative to qtxmlpatterns, which also reverses the dependency of the two modules. Fixes: QTBUG-71656 Change-Id: Ic0a506b634ee72e0122fc1cbb5dd459c4faad735 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qt5: update submodulesMikko Gronoff2018-11-0722-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update to Qt 5.12.0 beta4 [v3]. Another update round was done for the proposed beta4 content. Task-number: QTBUG-70847 Change-Id: If0fe04616615a9add9884f75f2bde6d1ced088e3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesMikko Gronoff2018-11-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update to Qt 5.12.0 beta4 [v2]: qtknx, qtmqtt & qtopcua updated. Task-number: QTBUG-70847 Change-Id: I0bd907fa246057a954bf05b05ecb411c7d6bb27c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qtsystems: revert revision updateMikko Gronoff2018-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unintentional revisions change in previous commit (5a604b0dec61ce4a9a14fc32b64c56afa703934e). Revert the qtsystems sha1 to correct one. Change-Id: I30997562cce6b4c156d3f226ec7cae45d4a7f59f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | | qt5: update submodulesMikko Gronoff2018-11-0524-71/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to Qt 5.12.0 Beta4 * Removed old qtwebengine patches, seemingly fixed upstream long time ago in commits fd247c68523c35b93a72b2046d3fd8367d391ce8 and bae703a3f53126a8baac5ef957662e62ce00344a (QTBUG-52460) Task-number: QTBUG-70847 Change-Id: If9037e1aab33a01e3a88645e826223e54a00d5bc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: add env variable for host bin suffixSamuli Piippo2018-10-301-10/+10
| | | | | | | | | | | | | | | | | | | | | Env is needed for mingw support where host tools have .exe suffix. Change-Id: I8794d4f38f9a4d4373513834c0eaeb9731ed88be Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qtwebengine: update chromium musl patchsetSamuli Piippo2018-10-3018-135/+66
| | | | | | | | | | | | | | | Change-Id: I792a600e354531f234a3ff641c030c119921f200 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>