From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] qt4: upgrade to 4.8.3 and cleanup
Date: Thu, 27 Sep 2012 00:27:05 +0200 [thread overview]
Message-ID: <cover.1348697518.git.Martin.Jansa@gmail.com> (raw)
Please test on more architectures.
I've tested complete qt4-native + qt4-free-x11 on armv4t.
And only do_patch for nativesdk-qt4-tools, qt-mobility-*, qt4-embedded.
The following changes since commit 938d07871bedd91f0d95ed6fe338ecbfafa5ebfe:
busybox: Fix misplaced quote (2012-09-26 18:28:17 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/qt4-4.8.3
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/qt4-4.8.3
Martin Jansa (10):
qt4-tools-nativesdk.inc: rename to nativesdk-qt4-tools.inc
qt4: use releases.qt-project.org instead of get.qt.nokia.com
qt4: rename qt-4.8.1 to qt4-4.8.1 to match other .inc and .bb
qt4.inc: move more options to separate variables
qt-mobility: move qt-mobility patches to separate dir
qt4: move patches from files to qt4-4.8.1
qt4: drop patches not used in any recipe
qt4: replace all local patches with git patches with headers
qt4: PR bumps
qt4: upgrade to 4.8.3
meta/recipes-qt/qt4/files/0004-no-qmake.patch | 27 ------
meta/recipes-qt/qt4/files/0008-qt-lib-infix.patch | 41 ----------
.../qt4/files/blacklist-diginotar-certs.diff | 95 ----------------------
.../recipes-qt/qt4/files/compile.test-lflags.patch | 17 ----
meta/recipes-qt/qt4/files/fix-config-tests.patch | 38 ---------
...tools-nativesdk.inc => nativesdk-qt4-tools.inc} | 18 ++--
meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.1.bb | 8 --
meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bb | 8 ++
.../qt4/qt-4.8.1/fix_conflicting_types.patch | 29 -------
meta/recipes-qt/qt4/qt-4.8.1/gcc47-fix.patch | 35 --------
meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch | 22 -----
...stvideoconnector-fixed-buffers-allocation.patch | 0
...nnecessary-rpaths-from-qml_device-example.patch | 0
.../{files => qt-mobility-1.2.0}/gcc-scope.patch | 0
.../qt-mobility-configure.patch | 0
.../qt-mobility-no-opengl.patch | 0
meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 3 +-
.../recipes-qt/qt4/{qt-4.8.1.inc => qt4-4.8.3.inc} | 41 +++++-----
...-allow-to-set-qt.conf-from-the-outside-u.patch} | 28 +++++--
...ty_qws-fix-build-with-old-kernel-headers.patch} | 21 ++++-
...03-webkit2-set-OUTPUT_DIR-value-if-empty.patch} | 21 ++++-
...make-is-already-built-in-qt4-tools-native.patch | 29 +++++++
...-set-LFLAGS-to-pick-up-zlib-from-staging.patch} | 24 ++++--
...e-OE_QMAKE_-values-to-specify-Qt-utility.patch} | 26 ++++--
...const-usage-that-causes-compile-failure-.patch} | 26 ++++--
...low-building-a-separate-qmake-for-the-ta.patch} | 20 +++--
...-fix-source-file-references-in-qmake.pri.patch} | 15 ++--
...ck-to-not-use-the-pg_config-of-the-host-.patch} | 25 ++++--
.../0011-freetype-host-includes.patch} | 20 +++--
.../0012-Add-2bpp-support.patch} | 76 ++++++++++-------
.../0013-configure-add-crossarch-option.patch} | 36 ++++----
...ions-fix-phony-translation-linking-error.patch} | 19 +++--
...configure-add-nostrip-for-debug-packages.patch} | 15 +++-
...sure-we-identify-the-compiler-as-g-in-co.patch} | 27 ++++--
...re-make-pulseaudio-a-configurable-option.patch} | 17 ++--
...es-for-gcc-4.7.0-particularly-on-qemux86.patch} | 45 ++++++----
...019-webkit-disable-the-fuse-ld-gold-flag.patch} | 23 ++++--
.../qt4/{qt-4.8.1 => qt4-4.8.3}/g++.conf | 0
.../qt4/{qt-4.8.1 => qt4-4.8.3}/linux.conf | 0
meta/recipes-qt/qt4/{files => qt4-4.8.3}/qte.sh | 0
meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
...qt4-embedded_4.8.1.bb => qt4-embedded_4.8.3.bb} | 4 +-
meta/recipes-qt/qt4/qt4-native.inc | 10 +--
meta/recipes-qt/qt4/qt4-native_4.8.1.bb | 12 ---
meta/recipes-qt/qt4/qt4-native_4.8.3.bb | 8 ++
meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
...qt4-x11-free_4.8.1.bb => qt4-x11-free_4.8.3.bb} | 4 +-
meta/recipes-qt/qt4/qt4.inc | 19 ++++-
48 files changed, 427 insertions(+), 529 deletions(-)
delete mode 100644 meta/recipes-qt/qt4/files/0004-no-qmake.patch
delete mode 100644 meta/recipes-qt/qt4/files/0008-qt-lib-infix.patch
delete mode 100644 meta/recipes-qt/qt4/files/blacklist-diginotar-certs.diff
delete mode 100644 meta/recipes-qt/qt4/files/compile.test-lflags.patch
delete mode 100644 meta/recipes-qt/qt4/files/fix-config-tests.patch
rename meta/recipes-qt/qt4/{qt4-tools-nativesdk.inc => nativesdk-qt4-tools.inc} (83%)
delete mode 100644 meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.1.bb
create mode 100644 meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bb
delete mode 100644 meta/recipes-qt/qt4/qt-4.8.1/fix_conflicting_types.patch
delete mode 100644 meta/recipes-qt/qt4/qt-4.8.1/gcc47-fix.patch
delete mode 100644 meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch
rename meta/recipes-qt/qt4/{files => qt-mobility-1.2.0}/0001-gstvideoconnector-fixed-buffers-allocation.patch (100%)
rename meta/recipes-qt/qt4/{files => qt-mobility-1.2.0}/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch (100%)
rename meta/recipes-qt/qt4/{files => qt-mobility-1.2.0}/gcc-scope.patch (100%)
rename meta/recipes-qt/qt4/{files => qt-mobility-1.2.0}/qt-mobility-configure.patch (100%)
rename meta/recipes-qt/qt4/{files => qt-mobility-1.2.0}/qt-mobility-no-opengl.patch (100%)
rename meta/recipes-qt/qt4/{qt-4.8.1.inc => qt4-4.8.3.inc} (50%)
rename meta/recipes-qt/qt4/{files/qt-config.patch => qt4-4.8.3/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch} (49%)
rename meta/recipes-qt/qt4/{files/fix_qkbdtty_qws.patch => qt4-4.8.3/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch} (68%)
rename meta/recipes-qt/qt4/{files/set-OUTPUT_DIR-if-empty.patch => qt4-4.8.3/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch} (48%)
create mode 100644 meta/recipes-qt/qt4/qt4-4.8.3/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch
rename meta/recipes-qt/qt4/{qt-4.8.1/configure-lflags.patch => qt4-4.8.3/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch} (46%)
rename meta/recipes-qt/qt4/{files/configure-paths.patch => qt4-4.8.3/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch} (58%)
rename meta/recipes-qt/qt4/{files/qt-dbus-const.patch => qt4-4.8.3/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch} (52%)
rename meta/recipes-qt/qt4/{files/target_qmake.patch => qt4-4.8.3/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch} (57%)
rename meta/recipes-qt/qt4/{qt-4.8.1/qmake_pri_fixes.patch => qt4-4.8.3/0009-qmake-fix-source-file-references-in-qmake.pri.patch} (81%)
rename meta/recipes-qt/qt4/{qt-4.8.1/hack-out-pg2-4.7.0.patch => qt4-4.8.3/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch} (68%)
rename meta/recipes-qt/qt4/{files/0006-freetype-host-includes.patch => qt4-4.8.3/0011-freetype-host-includes.patch} (50%)
rename meta/recipes-qt/qt4/{files/0009-support-2bpp.patch => qt4-4.8.3/0012-Add-2bpp-support.patch} (83%)
rename meta/recipes-qt/qt4/{qt-4.8.1/0001-Added-Openembedded-crossarch-option.patch => qt4-4.8.3/0013-configure-add-crossarch-option.patch} (49%)
rename meta/recipes-qt/qt4/{qt-4.8.1/fix-translations.patch => qt4-4.8.3/0014-translations-fix-phony-translation-linking-error.patch} (63%)
rename meta/recipes-qt/qt4/{files/add_nostrip_for_debug_packages.diff => qt4-4.8.3/0015-configure-add-nostrip-for-debug-packages.patch} (57%)
rename meta/recipes-qt/qt4/{qt-4.8.1/configure_oe_compiler.patch => qt4-4.8.3/0016-configure-ensure-we-identify-the-compiler-as-g-in-co.patch} (60%)
rename meta/recipes-qt/qt4/{qt-4.8.1/pulseaudio-config.patch => qt4-4.8.3/0017-configure-make-pulseaudio-a-configurable-option.patch} (85%)
rename meta/recipes-qt/qt4/{qt-4.8.1/gcc47-fix2.patch => qt4-4.8.3/0018-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch} (46%)
rename meta/recipes-qt/qt4/{qt-4.8.1/disable-fuse-gold-flag.patch => qt4-4.8.3/0019-webkit-disable-the-fuse-ld-gold-flag.patch} (46%)
rename meta/recipes-qt/qt4/{qt-4.8.1 => qt4-4.8.3}/g++.conf (100%)
rename meta/recipes-qt/qt4/{qt-4.8.1 => qt4-4.8.3}/linux.conf (100%)
rename meta/recipes-qt/qt4/{files => qt4-4.8.3}/qte.sh (100%)
rename meta/recipes-qt/qt4/{qt4-embedded_4.8.1.bb => qt4-embedded_4.8.3.bb} (73%)
delete mode 100644 meta/recipes-qt/qt4/qt4-native_4.8.1.bb
create mode 100644 meta/recipes-qt/qt4/qt4-native_4.8.3.bb
rename meta/recipes-qt/qt4/{qt4-x11-free_4.8.1.bb => qt4-x11-free_4.8.3.bb} (75%)
--
1.7.12
next reply other threads:[~2012-09-26 22:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-26 22:27 Martin Jansa [this message]
2012-09-26 22:27 ` [PATCH 01/10] qt4-tools-nativesdk.inc: rename to nativesdk-qt4-tools.inc Martin Jansa
2012-09-26 22:27 ` [PATCH 02/10] qt4: use releases.qt-project.org instead of get.qt.nokia.com Martin Jansa
2012-09-26 22:27 ` [PATCH 03/10] qt4: rename qt-4.8.1 to qt4-4.8.1 to match other .inc and .bb Martin Jansa
2012-09-26 22:27 ` [PATCH 04/10] qt4.inc: move more options to separate variables Martin Jansa
2012-09-26 22:27 ` [PATCH 05/10] qt-mobility: move qt-mobility patches to separate dir Martin Jansa
2012-09-26 22:27 ` [PATCH 06/10] qt4: move patches from files to qt4-4.8.1 Martin Jansa
2012-09-26 22:27 ` [PATCH 07/10] qt4: drop patches not used in any recipe Martin Jansa
2012-09-26 22:27 ` [PATCH 08/10] qt4: replace all local patches with git patches with headers Martin Jansa
2012-09-26 22:27 ` [PATCH 09/10] qt4: PR bumps Martin Jansa
2012-09-26 22:27 ` [PATCH 10/10] qt4: upgrade to 4.8.3 Martin Jansa
[not found] ` <cover.1349134104.git.Martin.Jansa@gmail.com>
2012-10-01 23:28 ` [PATCHv2 10/10] qt4: add 4.8.3 version with negative D_P Martin Jansa
2012-09-27 15:10 ` [PATCH 00/10] qt4: upgrade to 4.8.3 and cleanup Paul Eggleton
2012-09-27 15:45 ` Martin Jansa
2012-09-28 6:37 ` Anders Darander
2012-09-28 16:43 ` Martin Jansa
2012-09-30 20:18 ` Martin Jansa
2012-10-01 14:31 ` Martin Jansa
2012-10-01 23:26 ` Martin Jansa
2012-10-02 8:29 ` Martin Jansa
2012-10-03 1:40 ` Saul Wold
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=cover.1348697518.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@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.