All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] qt4: update to latest version 4.7.4
Date: Tue, 20 Sep 2011 23:18:32 +0200	[thread overview]
Message-ID: <4E790328.2010604@eukrea.com> (raw)
In-Reply-To: <4E77990A.5080504@eukrea.com>

Hi,

ok 2 branches are available here : git://github.com/eukrea/oe-core.git
- qt4_improve for improvement to existing qt 4.7.3,
- qt4_upgrade for adding qt 4.7.4 (with DEFAULT_PREFERENCE=-1 as suggested by 
Koen.

Please test them so that we can fix potential failures and send the pull 
request (I have compile test actually running with the latest changes in 
qt4_upgrade branch so this one is not yet fully tested).

For more details :

** branch qt4_improve
The following changes since commit 81274f4488fbc4d68d150870735ec0181b60b451:

   freetype: disable bzip2 compressed font support (2011-09-19 13:14:03 +0100)

are available in the git repository at:
   git://github.com/eukrea/oe-core.git qt4_improve

Denis Carikli (3):
       qt4.inc: remove the optional documentation package from the demo's 
RRECOMMENDS
       qt4(embedded and x11): disable neon for armv6-vfp
       qt4.inc: package qtdemo's docs in a separate package

Eric Bénard (2):
       qt4e-demo-image: improve image
       qt4: fix generated sdk

  meta/recipes-qt/images/qt4e-demo-image.bb   |    2 +-
  meta/recipes-qt/meta/meta-toolchain-qte.bb  |    7 +++++++
  meta/recipes-qt/qt4/qt4-embedded.inc        |    2 +-
  meta/recipes-qt/qt4/qt4-embedded_4.7.3.bb   |    4 ++--
  meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |   22 +++++++++++-----------
  meta/recipes-qt/qt4/qt4-x11-free.inc        |    2 +-
  meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb   |    4 ++--
  meta/recipes-qt/qt4/qt4.inc                 |    7 ++++++-
  8 files changed, 31 insertions(+), 19 deletions(-)

** branch qt4_upgrade :
The following changes since commit 69482033e9b5841c2bd46c86679383a52bc4abea:

   qt4.inc: package qtdemo's docs in a separate package (2011-09-20 21:42:36 
+0200)

are available in the git repository at:
   git://github.com/eukrea/oe-core.git qt4_upgrade

Eric Bénard (1):
       qt4: update to latest version 4.7.4

  meta/recipes-qt/qt4/qt-4.7.4.inc                   |   62 ++++++++++++++++++
  .../0001-Added-Openembedded-crossarch-option.patch |   47 ++++++++++++++
  meta/recipes-qt/qt4/qt-4.7.4/fix-qtbug-20925.patch |   56 +++++++++++++++++
  meta/recipes-qt/qt4/qt-4.7.4/g++.conf              |   60 ++++++++++++++++++
  .../qt4/qt-4.7.4/hack-out-pg2-4.7.0.patch          |   31 +++++++++
  meta/recipes-qt/qt4/qt-4.7.4/linux.conf            |   66 ++++++++++++++++++++
  meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb          |   12 ++++
  meta/recipes-qt/qt4/qt4-native_4.7.4.bb            |   18 +++++
  meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.4.bb   |   11 +++
  meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb          |   13 ++++
  10 files changed, 376 insertions(+), 0 deletions(-)
  create mode 100644 meta/recipes-qt/qt4/qt-4.7.4.inc
  create mode 100644 
meta/recipes-qt/qt4/qt-4.7.4/0001-Added-Openembedded-crossarch-option.patch
  create mode 100644 meta/recipes-qt/qt4/qt-4.7.4/fix-qtbug-20925.patch
  create mode 100644 meta/recipes-qt/qt4/qt-4.7.4/g++.conf
  create mode 100644 meta/recipes-qt/qt4/qt-4.7.4/hack-out-pg2-4.7.0.patch
  create mode 100644 meta/recipes-qt/qt4/qt-4.7.4/linux.conf
  create mode 100644 meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb
  create mode 100644 meta/recipes-qt/qt4/qt4-native_4.7.4.bb
  create mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.4.bb
  create mode 100644 meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb

Thanks
Eric



  reply	other threads:[~2011-09-20 21:39 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-10 20:07 [PATCH 1/2] qt4: add blacklist-diginotar-certs patch Eric Bénard
2011-09-10 20:07 ` [PATCH 2/2] qt4: update to latest version 4.7.4 Eric Bénard
2011-09-11 17:22   ` Anders Darander
2011-09-11 17:33     ` [PATCH] " Eric Bénard
2011-09-12 10:34       ` Paul Eggleton
2011-09-14 11:11         ` Koen Kooi
2011-09-14 13:09           ` Eric Bénard
2011-09-14 15:34             ` Otavio Salvador
2011-09-15  7:57               ` Eric Bénard
2011-09-15 15:07                 ` Otavio Salvador
2011-09-14 17:03             ` Koen Kooi
2011-09-15 17:32           ` Saul Wold
2011-09-15 18:41             ` Eric Bénard
2011-09-15 20:06               ` Otavio Salvador
2011-09-16 11:12                 ` Paul Eggleton
2011-09-16 12:22                   ` Eric Bénard
2011-09-16 12:54                     ` Phil Blundell
2011-09-16 16:46                       ` Richard Purdie
2011-09-16 13:11                     ` Otavio Salvador
2011-09-19  9:45                       ` Koen Kooi
2011-09-19 11:48                         ` Otavio Salvador
2011-09-19 12:09                           ` Koen Kooi
2011-09-19 12:25                             ` Otavio Salvador
2011-09-19 13:03                               ` Richard Purdie
2011-09-19 19:33                                 ` Eric Bénard
2011-09-20 21:18                                   ` Eric Bénard [this message]
2011-09-21 10:44                                     ` Koen Kooi
2011-09-21 12:52                                       ` Eric Bénard
2011-09-21 13:05                                         ` Koen Kooi
2011-09-21 13:16                                           ` Eric Bénard
2011-09-28 10:11                                             ` Paul Eggleton
2011-09-28 10:23                                               ` Eric Bénard
2011-09-28 13:11                                                 ` Otavio Salvador
2011-09-28 13:33                                                   ` Richard Purdie
2011-09-30 11:47                                                 ` Eric Bénard
2011-09-30 16:23                                                   ` Paul Eggleton
2011-09-12 10:34 ` [PATCH 1/2] qt4: add blacklist-diginotar-certs patch Paul Eggleton
2011-09-15 17:34 ` Saul Wold
2011-09-15  8:40 [PATCH] qt4: update to latest version 4.7.4 Eric Bénard

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=4E790328.2010604@eukrea.com \
    --to=eric@eukrea.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.