From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-qt5][PATCH v2 01/31] qtbase-native: update sources to 5.6.0
Date: Wed, 20 Apr 2016 11:24:04 +0200 [thread overview]
Message-ID: <20160420092404.GA2561@jama> (raw)
In-Reply-To: <CALbNGRQHekxMgsVgQnT8ACK7pKiSTGJ1KRmNLyvH7rsZ=9Zz8w@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3134 bytes --]
On Tue, Apr 12, 2016 at 12:56:02PM +0200, Andreas Müller wrote:
> On Tue, Apr 12, 2016 at 12:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Sun, Apr 10, 2016 at 09:41:00PM +0200, Andreas Müller wrote:
> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >
> > How did you pick these SRCREVs?
> If tag for 5.6.0 available: I picked versions tagged.
> If tag not available I chose revision right before 5.6.1 (as qtqick1)
> out of 5.6 tree.
> >
> > OE @ ~/projects/qt-project/qtbase $ git log --oneline 41706400f605524a5a9953714aa0cfbf811dba7e..d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b
> > d0cdc7a DirectFB: Fix build in C++98 mode
> > 3bcc3037 fix non-git non-prefix shadow builds
> > ae2d11d Add changelog for 5.6.0
> > 38944d6 Fix syncqt.pl not respecting #pragma qt_no_master_include in files with Windows line endings
> > 469e293 Fix crash when a standard bus isn't available
> > bcdcde0 Doc: Simple CSS style: Convert font-sizes from px to pt
> > 719623a Fix builds without session management.
> > e7bf0ed Add option to disable "session management by closing windows".
> >
> >
> > It's actually missing some changes which were included in previous SRCREV, I usually use latest in e.g. 5.6 branch
> > even when it sets the version for next release (e.g. 5.6.1).
> I was not aware of that. So we'll have to wait for 5.6.1 (whenever it
> appears) if we want released versions without going backwards.
>
> As already noted in V2 description: Version mix 5.6.0/5.6.1 causes
> cmake trouble and as heavy user of cmake in meta-qt5-extra I would
> like to avoid...
This revision also has issues building examples, my build failed with:
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp: In constructor 'MainWindow::MainWindow()':
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp:62:5: error: 'setFallbackSessionManagementEnabled' is not a member of 'QGuiApplication'
| QGuiApplication::setFallbackSessionManagementEnabled(false);
| ^
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp:63:20: error: 'commitDataRequest' is not a member of 'QGuiApplication'
| connect(qApp, &QGuiApplication::commitDataRequest,
| ^
Which most likely was fixed with:
> > 719623a Fix builds without session management.
which is missing in this older SRCREV
To move forward I've squashed your SRCREV changes to single commit and now I'm preparing another
change which will bump SRCREVs to latest in 5.6 branches. This way people who care more about exact
5.6.0 version can use meta-qt5 revision with just your change, other people can follow latest 5.6
and get also the examples build fixed from upstream.
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2016-04-20 9:22 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 01/31] qtbase-native: update sources " Andreas Müller
2016-04-12 10:22 ` Martin Jansa
2016-04-12 10:56 ` Andreas Müller
2016-04-20 9:24 ` Martin Jansa [this message]
2016-04-20 10:09 ` Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 02/31] qtwayland-native: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 03/31] qtbase: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 04/31] qtdeclarative: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 05/31] qttools: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 06/31] qtquickcontrols: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 07/31] qtsystems: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 08/31] qtscript: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 09/31] qtxmlpatterns: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 10/31] qtlocation: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 11/31] qtenginio: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 12/31] qtsensors: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 13/31] qtserialport: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 14/31] qtsvg: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 15/31] qtwebengine: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 16/31] qtwebkit: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 17/31] qtwebkit-examples: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 18/31] qtconnectivity: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 19/31] qtx11extras: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 20/31] qtwayland: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 21/31] qtgraphicaleffects: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 22/31] qtimageformats: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 23/31] qtwebsockets: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 24/31] qttranslations: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 25/31] qtmultimedia: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 26/31] qtwebchannel: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 27/31] qt3d: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 28/31] qtcanvas3d: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 29/31] qtquick1: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 30/31] qt5-git.inc: set packages version " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0 Andreas Müller
2016-04-11 6:02 ` Samuli Piippo
2016-04-11 11:09 ` Andreas Müller
2016-04-11 12:54 ` Samuli Piippo
2016-04-12 6:39 ` Andreas Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160420092404.GA2561@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.