| Submitter | Eric BENARD |
|---|---|
| Date | May 11, 2011, 8:30 p.m. |
| Message ID | <1305145805-14609-3-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/3759/ |
| State | Accepted |
| Headers | show |
Comments
Dear Khem, dear Eric, Am Mittwoch, den 11.05.2011, 22:30 +0200 schrieb Eric Bénard: > Signed-off-by: Eric Bénard <eric@eukrea.com> > Cc: Khem Raj <raj.khem@gmail.com> > --- > conf/distro/minimal.conf | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf > index 090a4db..18bcfae 100644 > --- a/conf/distro/minimal.conf > +++ b/conf/distro/minimal.conf > @@ -115,7 +115,7 @@ require conf/distro/include/preferred-opie-versions-1.2.5.inc > > PREFERRED_PROVIDER_opkg ?= "opkg" > PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" > -PREFERRED_QT_VERSION ?= "4.7.2" > +PREFERRED_QT_VERSION ?= "4.7.3" > PREFERRED_VERSION_qt4-tools-native = "${PREFERRED_QT_VERSION}" > PREFERRED_VERSION_qt4-tools-sdk = "${PREFERRED_QT_VERSION}" > PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}" sorry for the slight off-topic question. But I how I understand minimal, it normally takes the latest recipes available. So could setting the Qt version be actually be dropped in a future patch? Thanks, Paul
Am Donnerstag, den 12.05.2011, 10:32 +0200 schrieb Paul Menzel: > sorry for the slight off-topic question. But I how I understand minimal, > it normally takes the latest recipes available. Not quite. Minimal's philosophy is to make sure that the OE metadata are not faulty in itself, hence that a reasonable set of DEFAULT_PREFERENCE exists, so that we only have to pinpoint as little as necessary. > So could setting the Qt > version be actually be dropped in a future patch? Fine with me. Cheers,
Patch
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 090a4db..18bcfae 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -115,7 +115,7 @@ require conf/distro/include/preferred-opie-versions-1.2.5.inc PREFERRED_PROVIDER_opkg ?= "opkg" PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" -PREFERRED_QT_VERSION ?= "4.7.2" +PREFERRED_QT_VERSION ?= "4.7.3" PREFERRED_VERSION_qt4-tools-native = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-tools-sdk = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}"
Signed-off-by: Eric Bénard <eric@eukrea.com> Cc: Khem Raj <raj.khem@gmail.com> --- conf/distro/minimal.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)