[oe] [meta-qt5][PATCH v6] Upgrade to Qt 5.8

Martin Jansa martin.jansa at gmail.com
Thu Jan 26 20:03:38 UTC 2017


On Thu, Jan 26, 2017 at 04:54:50PM +0200, Samuli Piippo wrote:
> The linux-oe-g++ mkspec is changed to use $$(...) operator to obtain
> the contents of an environment value when qmake is run instead of when
> Makefile is processed. All OE_QMAKE_xxx variables need to be exported
> for qmake to find them. configure's setBootstrapVariable function needs
> to change $$(..) to normal $(...) operator to work with qmake's Makefile.
> 
> qt.conf generation for qtbase recipes is not needed, as configure will
> generate its own version based on configure arguments. Skip running
> qmake, since configure is now automatically invoked when it's run in
> qtbase's root folder.
> 
> Update PACKAGECONFIGs for qtbase to match current configure options.
> 
> The new Qt configuration system [1] can be used with a new variable
> EXTRA_QMAKEVARS_CONFIGURE, which takes both command line and feature
> arguments.
> 
> Merge the two qtwayland recipes to one that supports all three targets
> (target, native, nativesdk) without need for additional patch.
> 
> Recipes for new Qt modules: QtSCXML, QtNetworkAuth, QtGamepad.
> Removes qtdeclarative-render2d

Thanks this resolved the -no-alsa issue, now it failing a bit further
with:

|
/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/git/Source/ThirdParty/ANGLE/src/compiler/preprocessor/Tokenizer.l:2779:26:
error: 'yylex_destroy' was not declared in this scope

which might be caused by flex upgrade as I'm seeing similar issues in
other recipes and Khem reported the same here:
http://lists.openembedded.org/pipermail/openembedded-core/2017-January/131555.html
and Patrick here:
http://lists.openembedded.org/pipermail/openembedded-core/2017-January/131326.html

Hopefully there will be upgrade to flex-2.6.3 to test this completely.

> [1] https://www.mail-archive.com/development@qt-project.org/msg25257.html
> 
> Change-Id: Ib37c4d7323e8b45aa2b171e8427b6ec15aaee213
> Signed-off-by: Samuli Piippo <samuli.piippo at qt.io>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20170126/27b65874/attachment-0002.sig>


More information about the Openembedded-devel mailing list