| Submitter | Søren Holm |
|---|---|
| Date | May 16, 2011, 10:22 a.m. |
| Message ID | <1305541323-19773-1-git-send-email-sgh@sgh.dk> |
| Download | mbox | patch |
| Permalink | /patch/4109/ |
| State | Accepted |
| Headers | show |
Comments
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
I reckon you tested Qt 4.7.3 with PyQt before deleting 4.7.2... Cheers, :M:
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
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
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,
Patch
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"
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(-)