* [PATCH 3/3] angstrom: Prefer Qt 4.7.3
@ 2011-05-16 10:22 Søren Holm
2011-05-16 10:26 ` Eric Bénard
2011-05-16 11:38 ` Dr. Michael Lauer
0 siblings, 2 replies; 6+ messages in thread
From: Søren Holm @ 2011-05-16 10:22 UTC (permalink / raw)
To: openembedded-devel
recipe for Qt 4.7.2 got delete, so prefer 4.7.3 instead.
Signed-off-by: Søren Holm <sgh@sgh.dk>
---
.../include/angstrom-2010-preferred-versions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc
index 611c4e7..87da854 100644
--- a/conf/distro/include/angstrom-2010-preferred-versions.inc
+++ b/conf/distro/include/angstrom-2010-preferred-versions.inc
@@ -1,5 +1,5 @@
ANGSTROM_MESA_VERSION = "7.9.1"
-ANGSTROM_QT_VERSION ?= "4.7.2"
+ANGSTROM_QT_VERSION ?= "4.7.3"
ANGSTROM_LIBTOOL_VERSION = "2.4"
# Use new sysroot feature
LIBTOOL_HAS_SYSROOT = "yes"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] angstrom: Prefer Qt 4.7.3
2011-05-16 10:22 [PATCH 3/3] angstrom: Prefer Qt 4.7.3 Søren Holm
@ 2011-05-16 10:26 ` Eric Bénard
2011-05-16 11:38 ` Dr. Michael Lauer
1 sibling, 0 replies; 6+ messages in thread
From: Eric Bénard @ 2011-05-16 10:26 UTC (permalink / raw)
To: openembedded-devel
Hi,
On 16/05/2011 12:22, Søren Holm wrote:
> recipe for Qt 4.7.2 got delete, so prefer 4.7.3 instead.
>
> Signed-off-by: Søren Holm<sgh@sgh.dk>
> ---
> .../include/angstrom-2010-preferred-versions.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc
> index 611c4e7..87da854 100644
> --- a/conf/distro/include/angstrom-2010-preferred-versions.inc
> +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc
> @@ -1,5 +1,5 @@
> ANGSTROM_MESA_VERSION = "7.9.1"
> -ANGSTROM_QT_VERSION ?= "4.7.2"
> +ANGSTROM_QT_VERSION ?= "4.7.3"
> ANGSTROM_LIBTOOL_VERSION = "2.4"
> # Use new sysroot feature
> LIBTOOL_HAS_SYSROOT = "yes"
oosp, I pushed prefence change for all distro and forget to push the one for
Angstrom, that should be fixed now thanks !
Eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] angstrom: Prefer Qt 4.7.3
2011-05-16 10:22 [PATCH 3/3] angstrom: Prefer Qt 4.7.3 Søren Holm
2011-05-16 10:26 ` Eric Bénard
@ 2011-05-16 11:38 ` Dr. Michael Lauer
2011-05-16 12:04 ` Eric Bénard
2011-05-16 13:33 ` Eric Bénard
1 sibling, 2 replies; 6+ messages in thread
From: Dr. Michael Lauer @ 2011-05-16 11:38 UTC (permalink / raw)
To: openembedded-devel
I reckon you tested Qt 4.7.3 with PyQt before deleting 4.7.2...
Cheers,
:M:
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] angstrom: Prefer Qt 4.7.3
2011-05-16 11:38 ` Dr. Michael Lauer
@ 2011-05-16 12:04 ` Eric Bénard
2011-05-16 16:06 ` Michael 'Mickey' Lauer
2011-05-16 13:33 ` Eric Bénard
1 sibling, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2011-05-16 12:04 UTC (permalink / raw)
To: openembedded-devel
On 16/05/2011 13:38, Dr. Michael Lauer wrote:
> I reckon you tested Qt 4.7.3 with PyQt before deleting 4.7.2...
oops, I just launched bitbake python-pyqt, sorry I'll revert 4.7.2 deletion if
pyqt compilation fails.
Eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] angstrom: Prefer Qt 4.7.3
2011-05-16 11:38 ` Dr. Michael Lauer
2011-05-16 12:04 ` Eric Bénard
@ 2011-05-16 13:33 ` Eric Bénard
1 sibling, 0 replies; 6+ messages in thread
From: Eric Bénard @ 2011-05-16 13:33 UTC (permalink / raw)
To: openembedded-devel
Hi Mickey,
On 16/05/2011 13:38, Dr. Michael Lauer wrote:
> I reckon you tested Qt 4.7.3 with PyQt before deleting 4.7.2...
ok pyqt is no more fetchable. I upgraded it (and sip) and both compile fine
for armv5 using qt 4.7.3. The patches are following.
Eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] angstrom: Prefer Qt 4.7.3
2011-05-16 12:04 ` Eric Bénard
@ 2011-05-16 16:06 ` Michael 'Mickey' Lauer
0 siblings, 0 replies; 6+ messages in thread
From: Michael 'Mickey' Lauer @ 2011-05-16 16:06 UTC (permalink / raw)
To: openembedded-devel
Am Montag, den 16.05.2011, 14:04 +0200 schrieb Eric Bénard:
> On 16/05/2011 13:38, Dr. Michael Lauer wrote:
> > I reckon you tested Qt 4.7.3 with PyQt before deleting 4.7.2...
>
> oops, I just launched bitbake python-pyqt, sorry I'll revert 4.7.2 deletion if
> pyqt compilation fails.
No problem, usually I don't care too much about minor updates,
however PyQt is _very_ finnicky when it comes to the matching Qt version
-- and I just repaired it after it broke by a Qt delete some months
ago ;)
Thanks,
--
:M:
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-05-16 16:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 10:22 [PATCH 3/3] angstrom: Prefer Qt 4.7.3 Søren Holm
2011-05-16 10:26 ` Eric Bénard
2011-05-16 11:38 ` Dr. Michael Lauer
2011-05-16 12:04 ` Eric Bénard
2011-05-16 16:06 ` Michael 'Mickey' Lauer
2011-05-16 13:33 ` Eric Bénard
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.