summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* qt5: update meta-qt5Mikko Gronoff2017-08-111-5/+0
| | | | | | | | | | | * Include merged upstream/krogoth content * Include first 5.6.3 submodule update snapshot * Use meta-qt5 submodule SHA1s directly instead of meta-boot2qt overrides * Clean obsolete/overlapping content from .bbappends Change-Id: I3ae72197a64f67c1856210a45f5e49331e1cc03d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodulesv5.6.2Mikko Gronoff2016-09-271-1/+1
| | | | | | | updated final 5.6.2 content Change-Id: I15e5e804a487598091a9809b50687c96cdb3093a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodulesMikko Gronoff2016-09-201-1/+1
| | | | | | | final qt 5.6.2 content Change-Id: I6b12d95cdc356a73f59c187d70676f2e17bb3b65 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodulesMikko Gronoff2016-09-091-1/+1
| | | | | | | using latest meta-qt5 Change-Id: Ic1ce180abb79beebf9a08dee4b64790e8a5d3c1b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update Qt5 submodulesSamuli Piippo2016-08-221-2/+2
| | | | | | | | | | | Moved some of the addon recipes to be under qt5 folder, so that update-qt5-modules.sh script will work for those as well. Using latest revision from meta-qt5 and applied necessary changes to qt5 recipes. Change-Id: I802ca2e4ea67bde10c3b065365d25f1e543da181 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update submodules and meta-qt5Samuli Piippo2016-06-061-1/+1
| | | | | | | | Disable SHA checking for Qt modules, so we can use sha1s from the release branch without breaking build after release. Change-Id: I97b4d29fdbaceea9529fa2550564951f2186435f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update submodules and meta-qt5Samuli Piippo2016-05-171-1/+1
| | | | | | | | meta-qt5 now depends on remove-libtool that is available only in oe/jetro, so backport it our layer. Change-Id: I5989ddb25ddecb6c749292d4e3fec63d0f61368f Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-04-131-1/+1
| | | | | | | Needs latest version of meta-qt5 Change-Id: If2002e4dbc8159d144fdd32bdbaf7ea1a4625889 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: 5.6.0 branches were removed, using 5.6 insteadSamuli Piippo2016-03-231-1/+0
| | | | | Change-Id: Ia0fd4493c4b87aa3bc48633ceca81fbc2f46ad7a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update submodulesv5.6.0Samuli Piippo2016-03-141-1/+1
| | | | | Change-Id: Ia2b7f41e028ac751aebb89ba11dd250c4dcaba80 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
* qt5: move mingw32 specific parts from meta-qt5Samuli Piippo2016-03-091-0/+1
| | | | | Change-Id: Id380844d530ef599f78591a282474aa66d3dec69 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: Use latest version of meta-qt5Samuli Piippo2016-03-091-1/+1
| | | | | Change-Id: Ib7a45a830d744cc07520548e30b6c0793a738f5e Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-03-011-1/+1
| | | | | Change-Id: I98842aca6fc7e058260fc855ef09efbe004eafef Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qtbase: add runtime dependency to xkeyboard-configSamuli Piippo2016-02-251-0/+1
| | | | | | | | | When qtbase is configured with xkbcommon-evdev (usually without X), make sure xkeyboard-config is installed to provide keymap database. Task-nunmber: QTEE-1073 Change-Id: Ie3e402435d35b82de3755f491d88a3834af8f026 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* qt5: update to latest revision of meta-qt5Samuli Piippo2016-02-231-8/+0
| | | | | | | | meta-qt5 was updated and several patches were merged, remove unneeded changes from bbappends. Change-Id: Ia98eb0160d04eb469f8bc87394caa3da65c2f41a Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-02-191-1/+1
| | | | | Change-Id: I9bc368a5ef18e748391f91f578df903b7dbf6521 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update to latest Qt 5.6.0 revisionSamuli Piippo2016-02-151-2/+2
| | | | | Change-Id: Iaa3437588906c1e60ded7d6e0c981a58f01a305f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fix kms plugin build for NVidia K1 pro.Teemu Holappa2016-02-101-0/+1
| | | | | | | | | Added kms plugin to nvidia-logal configuration. Updated meta-tegra layer. In updated meta-tegra layer there is added pkg-config file for nvidia drm library to pass the KMS config tests. Changed virtual/mesa dependency to drm into qtbase receipt until it gets upstreamed. Change-Id: I1aa999865166c3a2831579c83610ac2b862b9359 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: use qmake built-in variables instead of patchingSamuli Piippo2016-01-141-0/+7
| | | | | | | | | Change the host paths during SDK build to qmake build-in variables, so that we don't need to patch anything during SDK installation. Change-Id: I9273d85f10da5aa1897f35f1866abb4d80a625fd Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qtbase: use PACKAGECONFIG to ensure runtime dependency to libsslSamuli Piippo2016-01-131-0/+3
| | | | | | | | | | | | | | Using openssl-linked configure has side effect that gdb catches the SIGILL signal, which openssl uses internally on ARM, every time when starting debugging any Qt application. This is annoying and somewhat confusing behavior even with QtCreator. Using the default openssl configure argument prevents this, while using the 4th argument for PACKAGECONFIG keeps the runtime dependency to libssl correctly in place. Change-Id: I3eb33ffc08980565930169710ed81de5fd4e0aa8 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update all modules to latest revisionsSamuli Piippo2016-01-111-1/+1
| | | | | Change-Id: Ib83cba5083b5cc42263c31deecd684c1059aa966 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update all qt modules to the latest revisionsSamuli Piippo2015-12-101-1/+1
| | | | | | | Add previously missed bbappend for qtbase-native Change-Id: I943e6cd2f0e5a5084273ae27de7430f800a70a37 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qtbase: enable xbkcommon-evdevSamuli Piippo2015-11-251-0/+1
| | | | | Change-Id: If59f0b5ba58aa9d25c4b397a374e7854457d5871 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update to latest revisions of all qt modulesSamuli Piippo2015-11-191-0/+47
Change-Id: I88c3fbba80edab15aa407452b15cb6b971173a9c Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>