summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
Commit message (Collapse)AuthorAgeFilesLines
...
| * | qt5: update submodulesMikko Gronoff2017-08-2333-33/+33
| | | | | | | | | | | | | | | | | | | | | Update submodules to Qt 5.9.2 (snapshot 2) Change-Id: I6afe4211ef5ba00afc29194879bc1511ea4c5ce8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtwebengine: update to 5.9.2Samuli Piippo2017-08-172-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | Needs additional patching to resolve host architecture correctly. Task-number: QTBUG-62450 Change-Id: I9bd55839c9a1687ade30006ac9cfd36f5fce4648 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| * | qt5: bump version number to 5.9.2Mikko Gronoff2017-08-151-1/+1
| | | | | | | | | | | | | | | Change-Id: I2a272077100e234e8aadf969c1882b9fa688967d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtbase: fix Krogoth build regression from efa8aafMatt Hoosier2017-08-153-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With commit efa8aaf82e580a7d32eaaab48eb92d436f2e222a Author: Andreas Müller <schnitzeltony@googlemail.com> Date: Thu Feb 9 00:26:09 2017 qmake5_base.bbclass: set qt.conf by environment variable again we stopped pointing ${OE_QMAKE_QTCONF_PATH} at a valid file and instead directed it to a path which was intended not to exist. The motivation was to permit qtbase/qtbase-native/nativesdk-qtbase to build again after Qt 5.8 started paying attention to the contents of this file. The change as done in efa8aaf works well enough for Morty and subsequent releases' copies of Bitbake, but fails on earlier releases because they lack the following change: commit 2afcbfef2cd1ca568e5225884a8021df38ee3db0 Author: Ross Burton <ross.burton@intel.com> Date: 2016-07-14 13:56:22 bitbake: build: don't use $B as the default cwd for functions The result is that when we build with Krogoth or prior, the body of do_generate_qt_config_file() runs with a cwd of ${B}, which was _not_ the intent of efa8aaf. Because the working directory is ${B}, ${OE_QMAKE_QTCONF_PATH} is written in there too. do_configure() -- whose cwd is by design also ${B} -- then finds the file 'foodummy', and the build breaks for the reasons outlined in efa8aaf. This change simply shifts the implementation tactics to suppress the creation of ${OE_QMAKE_QTCONF_PATH} during qtbase rather than rely on unspecified behavior about the cwd of do_generate_qt_config_file(). Change-Id: I93596ed78cba628d3b673c4fbbcff585e04d4402 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesMikko Gronoff2017-10-1826-63/+58
| | | | | | | | | | | | | | | | | | | | | | | | Update submodules to Qt 5.10 Beta (except webengine/chromium left as Alpha version) Change-Id: I2b99e7eb7870e41901bbb9622176a95b0c3a9307 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesMikko Gronoff2017-09-1820-55/+22
| | | | | | | | | | | | | | | | | | | | | Update submodules to Qt 5.10 Alpha Change-Id: I3fe9433c00d5588b179acb676d6db4680596a0df Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qtbase: respect "ld-is-gold" DISTRO_FEATURESDenys Dmytriyenko2017-09-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If not set explicitly, some modules like QtWebKit and QtQuick1 can fail: | make[2]: Entering directory '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source' | rm -f libQt5WebKit.so.5.8.0 libQt5WebKit.so libQt5WebKit.so.5 libQt5WebKit.so.5.8 | linking ../lib/libQt5WebKit.so.5.8.0 | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `__bss_start' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `__bss_start' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_edata' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_edata' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_end' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_end' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `__bss_start' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `_edata' | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `_end' | collect2: error: ld returned 1 exit status | Makefile.api:92: recipe for target '../lib/libQt5WebKit.so.5.8.0' failed | make[2]: *** [../lib/libQt5WebKit.so.5.8.0] Error 1 | make[2]: Leaving directory '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source' | Makefile.QtWebKit:44: recipe for target 'sub-api-pri-make_first-ordered' failed | make[1]: *** [sub-api-pri-make_first-ordered] Error 2 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 3ae86cb32edd1449f702e0a094929ae9b21ce191) Task-number: QTBUG-63083 Change-Id: Iac8a11954a64b666caf5dd7fc0e5e631611f9d01 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesMikko Gronoff2017-09-0540-140/+105
| | | | | | | | | | | | | | | | | | | | | Update submodules, change from dev to 5.10 branch Change-Id: Iaabd27a1b2db2a3d28d2f3d4377d1386a86646c2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Merge remote-tracking branch 'qtyocto/5.9' into 5.10Mikko Gronoff2017-08-168-5/+122
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qtyocto/5.9: qt5: update submodules qtbase: update to 5.9.1 RC3 qt5: update submodules qt5: update submodules Merge remote-tracking branch 'qtyocto/upstream/master' into 5.9 qt5: update submodules qtwebengine: fix build with latest oe-core qtremoteobjects: build repc tool for native and nativesdk qtlocation: make mapbox-gl plugin a PACKAGECONFIG option qtwebview: add recipe for Qt WebView qtbase: update to 5.9.0 RC2 Change-Id: Icc5a568edf1f21032a4746eb003bcb111d01bc0f
| * | qt5: update submodulesMikko Gronoff2017-08-1432-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | Update to Qt 5.9.2 (snapshot 1) Task-number: QTBUG-62447 Change-Id: I0a7f23f4efb7f07aea589fdd3f2c5bcf9a633539 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtbase: update to 5.9.1 RC3v5.9.1Mikko Gronoff2017-06-293-3/+3
| | | | | | | | | | | | | | | Change-Id: Ie2e8ae52e9927d688f82fb2df538ef3e79e7a69c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qt5: update submodulesMikko Gronoff2017-06-2628-29/+29
| | | | | | | | | | | | | | | | | | | | | Qt 5.9.1 RC2 - added 5.9.1 changefiles & updated webengine Change-Id: I09b98127a01cb67eab728e3ec7ee88a8a4f2ac9c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qt5: update submodulesSamuli Piippo2017-06-2220-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | Qt 5.9.1 RC Change-Id: Icc5b142d86739ac6dd298187ee22f460972fbd5b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qt5: update submodulesSamuli Piippo2017-06-1239-99/+74
| | | | | | | | | | | | | | | | | | | | | | | | Latest Qt 5.9.1 Change-Id: I109b3bdd6d5a54b9bb3b1b4d86553260b7028434 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtwebengine: fix build with latest oe-coreSamuli Piippo2017-06-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | oe-core has now a whitelist for all the allowed host tools (HOSTTOOL). Change the used host compiler to gcc/g++ which are already whitelisted. Change-Id: I5513ef5755e4e827e9f73abbca4738d77f5b26ba Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * | qtremoteobjects: build repc tool for native and nativesdkSamuli Piippo2017-06-082-1/+51
| | | | | | | | | | | | | | | | | | | | | Tools is required for actually using QtRemoteObjects Change-Id: I455f5e693261da2290f742cd1f0131240cc4afe5 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * | qtlocation: make mapbox-gl plugin a PACKAGECONFIG optionSamuli Piippo2017-06-082-0/+31
| | | | | | | | | | | | | | | | | | | | | mapbox-gl-native won't compile on ARMv5 or older, so make it optional Change-Id: I464b0653edd11297856510c6a848a71d9de4ce85 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * | qtwebview: add recipe for Qt WebViewSamuli Piippo2017-06-052-0/+38
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-61124 Change-Id: I20be287aba9d0dc3bf2c62eed103ab3dd19fbf7c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtbase: update to 5.9.0 RC2v5.9.0Samuli Piippo2017-05-293-3/+3
| | | | | | | | | | | | | | | | | | Change-Id: Ic8d87f53f296387a4f8757fb5045ac5f0539d289 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesSamuli Piippo2017-06-2132-50/+150
| | | | | | | | | | | | | | | | | | | | | | | | Using WebKit from commit before Tokarev's wip merge Change-Id: Ifd7606027698ad9500cd40529dfc179faa9e8e05 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update to Qt 5.10 from dev branchSamuli Piippo2017-06-0638-71/+64
|/ / | | | | | | | | | | | | | | Use dev branch to build Qt 5.10. Change-Id: Ib4bba18a99e95c63b3280b83e9bf19de29b466a8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update qttools & qtquickcontrolsMikko Gronoff2017-05-222-2/+2
| | | | | | | | | | | | | | Late submodule updates for 5.9.0 RC (snapshot 1) Change-Id: If1b07b33e2c0efc196aee03cdf2e67fddca47858 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2017-05-2227-29/+29
| | | | | | | | | | | | | | Update submodules to 5.9.0 RC (snapshot 1) Change-Id: I2a16101eea7fe7ae506395050f2f787a788a7a66 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtremoteobjects: add recipe for qtremoteobjects moduleMikko Gronoff2017-05-121-0/+14
| | | | | | | | | | Change-Id: I2d4e4324d3affa4670d2a7f82bf2adf4958f1aeb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtwebengine: use system NSS instead of BoringSSLSamuli Piippo2017-05-101-1/+2
| | | | | | | | | | | | | | | | | | Using system NSS for the certificate handling. Task-number: QTBUG-60603 Change-Id: I0ad0a9ffa6c84c708e1d340f49cf03af742085b7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2017-05-0826-51/+29
| | | | | | | | | | | | | | | | * Update 5.9.0 submodules to Beta 4 (snapshot 1) * License file cleanup for several recipes Change-Id: Idc0b99f29a5feacf264fc668bc70129e2ed2458e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt3d: update tools-only patch to work with latest 5.9.0 revisionSamuli Piippo2017-05-082-3/+15
| | | | | | | | | | | | Change-Id: I04f7342f7aae654e7d957f834c72b12c14eddf8a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: include compiled .jsc cache files to qmlpluginsSamuli Piippo2017-04-272-7/+5
| | | | | | | | | | | | Change-Id: I952df9eed39ff5aae174fe6b45e9895e49b41624 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2017-04-2721-21/+21
| | | | | | | | | | | | | | * Update submodules to 5.9.0 Beta 3 (snapshot 1) Change-Id: I7964422570d0294c40ff9da82959f7cfdc346d15 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge "Merge remote-tracking branch 'qtyocto/upstream/master' into 5.9" into 5.9Mikko Gronoff2017-04-246-1/+99
|\ \
| * | Merge remote-tracking branch 'qtyocto/upstream/master' into 5.9Mikko Gronoff2017-04-206-1/+99
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: qttools: add ptest qtwayland: fix initial window property values qtdeclarative: fix memory leaks Change-Id: Iaa0191e65a40a385b10c8b552fe791345aafdd6b
| | * qttools: add ptestHuang Qiyu2017-04-122-0/+21
| | | | | | | | | | | | | | | | | | | | | Add ptest for qttools by using provided testsuite. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| | * qtwayland: fix initial window property valuesGordan Markuš2017-04-122-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where there is nothing rendered on the QtWayland surface due to missing window properties. Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| | * qtdeclarative: fix memory leaksGordan Markuš2017-04-124-0/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix QQmlExpression leaking QQmlError objects * Fix V4 Javascript Engine creating duplicate entries * Fix memory leak in QQuickWindowPrivate::deliverTouchAsMouse Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | | qtwebengine: better workaround for too long build directorySamuli Piippo2017-04-242-3/+43
|/ / | | | | | | | | | | | | Task-number: QTBUG-59769 Change-Id: I727f560ca1b7c7aeeee7ae3128785a2e8cb55e4a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2017-04-1915-14/+27
| | | | | | | | | | | | | | | | | | | | | | * Updates submodules: 5.9.0 Beta 2 (snapshot 1) -> (snapshot 2) * Include more subdirs for .qmlc packaging in qt5.inc * package qtquickcontrols specific files in qtquickcontrols recipe Change-Id: Ia30502bfae0a3dcc364cb423cc53fec3558437c4 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Merge remote-tracking branch 'qtyocto/upstream/master' into 5.9Mikko Gronoff2017-04-122-6/+36
|\| | | | | | | | | | | | | | | | | * upstream/master: qtchooser: respect LDFLAGS qtbase-native: create empty oe-device-extra.pri qtwayland: update build without xkbcommon-evdev Change-Id: Icafabee07696be98fd6e4fa145f42df6f53863d2
| * qtbase-native: create empty oe-device-extra.priGordan Markuš2017-04-101-0/+3
| | | | | | | | | | | | | | | | | | Suppress multiple occurrences of the same warning while configuring and compiling qtbase-native and nativesdk-qtbase. WARNING: Unable to find file git/mkspecs/linux-oe-g++/../oe-device-extra.pri Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwayland: update build without xkbcommon-evdevGordan Markuš2017-04-101-6/+33
| | | | | | | | | | | | | | | | | | | | Update patch that enables building qtwayland without xkbcommon-evdev. Building qtwayland without xkbcommon-eved with the previous patch resulted in the following error: error: undefined reference to 'xkb_state_mod_name_is_active' Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2017-04-1221-23/+25
| | | | | | | | | | | | | | | | | | * Updates submodules 5.9.0 Beta --> 5.9.0 Beta 2 (snapshot 1) * Package new qml cache files (.qmlc) introduced by qtgraphicaleffects module update Change-Id: I726e092db2dd1e9057d9a79321b38c69623f1077 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | qt: update submodulesMikko Gronoff2017-04-0516-16/+16
| | | | | | | | | | | | | | * Update submodules to 5.9.0 Beta RC2 Change-Id: Ideadb932f699118b513a612a35a9c8e107d7ed0f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2017-03-3120-47/+20
| | | | | | | | | | | | | | | | * Update submodules to 5.9.0 Beta RC1 * Removed obsolete temporary build fix patch from qt3d Change-Id: Iee1e0c64792ee17fce947d9e68a143b09e77c31a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'qtyocto/upstream/master' into 5.9Mikko Gronoff2017-03-295-2/+89
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: nativesdk-qtbase: pass -no-icu for deterministic builds qtwebengine: show progress for do_compile packagegroup-qt5-toolchain-target: add qtquickcontrols2 package qtwebengine: add commercial license qtbase-native; do not build qdbuscpp2xml and qdbusxml2cpp bootstrapped packagegroup-qt5-toolchain-target: Add QtSerialBus to meta-toolchain-qt5. qtbase: PACKAGECONFIG[gtk] change gtk+ -> gtk+3 in dependencies qtbase: remove absolute binary paths from mkspec files qtbase-native: nativesdk-qtbase: remove patch that breaks mkspec setting for SDK Change-Id: I99806099ccf7af78d61cba2df96b436cea76ddac
| * nativesdk-qtbase: pass -no-icu for deterministic buildsDenys Dmytriyenko2017-03-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Similar to qtbase-native. Otherwise it may fail with this error, if icu is not yet staged: | .../git/src/corelib/codecs/qicucodec.cpp:53:26: fatal error: unicode/ucnv.h: No such file or directory | #include "unicode/ucnv.h" | ^ | compilation terminated. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: show progress for do_compileAndreas Müller2017-03-161-0/+2
| | | | | | | | | | | | | | | | This was stolen from meta-oe / meson.bbclass - qtwebengine uses ninja for build too. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine: add commercial licenseGordan Markuš2017-03-161-1/+1
| | | | | | | | | | Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase-native; do not build qdbuscpp2xml and qdbusxml2cpp bootstrappedAndreas Müller2017-03-072-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes build of kde's baloo. That project converts a header file using QDBusMessage to xml which won't work. More details can be found at [1]. Problems with qdbus-helpers came up with update Qt5.7->Qt.5.8 where we use bootstrapped qtbase-native for the first time due to qtbase's new configuration and for reduced build time. [1] http://lists.qt-project.org/pipermail/development/2017-February/028756.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase: PACKAGECONFIG[gtk] change gtk+ -> gtk+3 in dependenciesAndreas Müller2017-03-011-1/+1
| | | | | | | | | | | | | | | WARNING: QA Issue: qtbase-plugins rdepends on gtk+3, but it isn't a build dependency, missing gtk+3 in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase: remove absolute binary paths from mkspec filesDaniel Mack2017-02-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running 'bitbake -c populate_sdk' on an image that has qt5webkit enabled, the uikit feature is enabled in qtbase, which then fails to install with error: qtbase-mkspecs-5.8.0+git0+49dc9aa409-r0 conflicts with /usr/bin/perl The culprit for this is /usr/lib/qt5/mkspecs/features/uikit/devices.pl, which has #!/usr/bin/perl hardcoded. Fix this in a similar way other recipes do it as well and strip out these bits at install time. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase-native: nativesdk-qtbase: remove patch that breaks mkspec setting for SDKSchrempf Frieder2017-02-263-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | The patch 0008-configure-paths-for-target-qmake-properly.patch seems to be intended for the target, not for native/nativesdk, as it breaks the mkspec setting (sets linux-g++ instead of linux-oe-g++) by default. This issue is also described here: https://github.com/graugans/meta-udoo/issues/20#issuecomment-261241783 Signed-off-by: Frieder Schrempf <frieder.schrempf@exceet.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>