Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-qt5][PATCH 1/5] qtbase: remove patches required for native(-sdk) only
Date: Thu, 19 Feb 2015 17:14:22 +0100	[thread overview]
Message-ID: <20150219161422.GD2311@jama> (raw)
In-Reply-To: <CALbNGRRMOfs+b8EwGNjU7cP_ifBR2xbNW=5jrVntC9A5TVfGmA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 5498 bytes --]

On Thu, Feb 19, 2015 at 04:30:17PM +0100, Andreas Müller wrote:
> On Thu, Feb 19, 2015 at 3:47 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Wed, Feb 18, 2015 at 06:35:33PM +0100, Andreas Müller wrote:
> >> On Wed, Feb 18, 2015 at 5:09 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> >> > On Tue, Jan 27, 2015 at 06:53:49AM +0100, Andreas Müller wrote:
> >> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >> >
> >> > Are you sure these are useful only for native(sdk) only?
> >> >
> >> > FYI: I'm updating your patches for latest revision in 5.4 branch, I'll
> >> > update them together with 5.4.1 recipes (when 5.4.1 is released).
> >> >
> >> > Regards,
> >> >
> >> >> ---
> >> >>  recipes-qt/qt5/qtbase.inc    | 2 --
> >> >>  recipes-qt/qt5/qtbase_git.bb | 2 --
> >> >>  2 files changed, 4 deletions(-)
> >> >>
> >> >> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> >> >> index 5b2c08c..a8748ef 100644
> >> >> --- a/recipes-qt/qt5/qtbase.inc
> >> >> +++ b/recipes-qt/qt5/qtbase.inc
> >> >> @@ -5,8 +5,6 @@ SRC_URI += "\
> >> >>      file://0001-Add-linux-oe-g-platform.patch \
> >> >>      file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
> >> >>      file://0003-Add-external-hostbindir-option.patch \
> >> >> -    file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \
> >> >> -    file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
> >> >>      file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \
> >> >>      file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \
> >> >>      file://0008-configure-bump-path-length-from-256-to-512-character.patch \
> >> >> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
> >> >> index f67ea16..611e19a 100644
> >> >> --- a/recipes-qt/qt5/qtbase_git.bb
> >> >> +++ b/recipes-qt/qt5/qtbase_git.bb
> >> >> @@ -10,8 +10,6 @@ SRC_URI += "\
> >> >>      file://0001-Add-linux-oe-g-platform.patch \
> >> >>      file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
> >> >>      file://0003-Add-external-hostbindir-option.patch \
> >> >> -    file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \
> >> >> -    file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
> >> >>      file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \
> >> >>      file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \
> >> >>      file://0008-configure-bump-path-length-from-256-to-512-character.patch \
> >> >> --
> >> >> 1.8.3.1
> >> >>
> >> >> --
> >> >> _______________________________________________
> >> >> Openembedded-devel mailing list
> >> >> Openembedded-devel@lists.openembedded.org
> >> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >> >
> >> > --
> >> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> >> >
> >> First of all thanks for doing this: I have these patches on my TODO
> >> but have other issues of higher priorities (ask my boss) to fix.
> >
> > In the end the fix was simple..
> > 0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch
> > wasn't refreshed in qtbase-git directory, now it builds fine, I'll push
> > it to master soon.
> >
> >> Answering your question frankly: No I am not 100% sure these patches
> >> can be removed from target build..
> >>
> >> * 0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch: If
> >> I don't go wrong here configureapp is the windows-replacement for
> >> configure script -> this patch is not needed AT ALL (except we build
> >> for windows which we usually don't).
> >
> > Ah right, it was looking a bit different at 5.0.0 version and now after
> > many rebases it really looks useless, will drop with 5.4.1 (and now in
> > git recipe).
> >
> >> * 0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch:
> >> Intention here was to keep target sysroot clean of host paths - as
> >> this patch was part qt-creator series. Raphael Philipe reported
> >> failures for -L/usr/lib when building qt5-creator I'd suggest to keep
> >> this patch in.
> >
> > OK, thanks.
> >
> > I've refreshed b5.4-shared b5.4-native b5.4-nativesdk b5.4-target
> > branches at https://github.com/meta-qt5/qtbase this will be used to
> > refresh patches for 5.4.1 recipes.
> >
> > --
> Ehm - I checked at github but I don't really look though the branch
> systematics. As 5.4.1 is near and I have tons of KDE/Hawai/LxQt stuff
> around for build test: Which branch should I use (qt/git-versions
> enabled)?

b5.4 is 5.4 branch from upstream without any modifications (just to remember my base revision)
\
 \
  b5.4-shared (patches shared by target, native, nativesdk qtbase)
  |
  \ b5.4-target (patches only for target qtbase)
  |
  \ b5.4-native (patches shared by native and nativesdk)
     \
      \b5.4-nativesdk (patches only for nativesdk)

so to refresh meta-qt5 patches I use:
git format-patch origin/5.4..b5.4-nativesdk
git format-patch origin/5.4..b5.4-target
mv 00* ~/meta-qt5/recipes-qt/qt5/qtbase-git/

meta-qt5/master-next (and jansa/master) now contain your changes with
qtbase/qtdeclarative upgrade/fix on top.

You just need to set P_V like this:
QT5_VERSION = "5.4.0+git%"
require conf/distro/include/qt5-versions.inc

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2015-02-19 16:14 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27  5:53 [meta-qt5][PATCH 0/5] qt-creator for target machine Andreas Müller
2015-01-27  5:53 ` [meta-qt5][PATCH 1/5] qtbase: remove patches required for native(-sdk) only Andreas Müller
2015-02-18 16:09   ` Martin Jansa
2015-02-18 17:35     ` Andreas Müller
2015-02-19 14:47       ` Martin Jansa
2015-02-19 15:30         ` Andreas Müller
2015-02-19 16:14           ` Martin Jansa [this message]
2015-01-27  5:53 ` [meta-qt5][PATCH 2/5] qtbase/EXTERNAL_HOST_BINS: split out code only required for native-(sdk) Andreas Müller
2015-01-27  5:53 ` [meta-qt5][PATCH 3/5] qtbase: build qmake for target with paths aligned Andreas Müller
2015-01-27  5:53 ` [meta-qt5][PATCH 4/5] qt5-creator: add 3.3.0 of qt-creator Andreas Müller
2015-02-05 15:18   ` Raphael Philipe
2015-02-05 16:11     ` Andreas Müller
2015-02-05 16:15       ` Andreas Müller
2015-02-05 17:22         ` Raphael Philipe
2015-02-05 17:27           ` Otavio Salvador
2015-02-05 20:34           ` Andreas Müller
2015-02-06  0:27             ` Firstname Lastname
2015-02-11 15:10               ` Raphael Philipe
2015-02-11 16:59                 ` Andreas Müller
2015-02-27  6:50   ` Martin Jansa
2015-02-27  8:33     ` Andreas Müller
2015-02-27  8:34     ` Martin Jansa
2015-02-27  8:36       ` Andreas Müller
2015-01-27  5:53 ` [meta-qt5][PATCH 5/5] add gdb append to enable python packageconfig Andreas Müller
2015-01-28 10:51 ` [meta-qt5][PATCH 0/5] qt-creator for target machine Martin Jansa
2015-01-28 12:13   ` 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=20150219161422.GD2311@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox