All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qt4: move from 4.8.0 to 4.8.1
@ 2012-03-28 19:46 Andreas Oberritter
  2012-03-29  6:51 ` Robert Yang
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Oberritter @ 2012-03-28 19:46 UTC (permalink / raw)
  To: openembedded-core

* No changes other than source checksums and PR at recipe level.
* DEFAULT_PREFERENCE still set to -1

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
* Considering that OE-core is in a stabilization phase, updating
  Qt may be a bad idea. However, version 4.8.0 has D_P=-1, so
  4.7.4 still gets built by default.

* Even if this won't get applied now, other people might be
  interested in testing this version and giving feedback.

* This recipe has been compile-tested on x86 and x86_64
  for mips32el (qt4-native and qt4-embedded).

 meta/recipes-qt/qt4/{qt-4.8.0.inc => qt-4.8.1.inc} |    4 ++--
 .../0001-Added-Openembedded-crossarch-option.patch |    0
 .../{qt-4.8.0 => qt-4.8.1}/configure-lflags.patch  |    0
 .../configure_oe_compiler.patch                    |    0
 .../{qt-4.8.0 => qt-4.8.1}/fix-translations.patch  |    0
 .../recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/g++.conf |    0
 .../hack-out-pg2-4.7.0.patch                       |    0
 .../qt4/{qt-4.8.0 => qt-4.8.1}/linux.conf          |    0
 .../{qt-4.8.0 => qt-4.8.1}/pulseaudio-config.patch |    0
 .../{qt-4.8.0 => qt-4.8.1}/qmake_cxx_eval.patch    |    0
 .../{qt-4.8.0 => qt-4.8.1}/qmake_pri_fixes.patch   |    0
 ...qt4-embedded_4.8.0.bb => qt4-embedded_4.8.1.bb} |    2 +-
 .../{qt4-native_4.8.0.bb => qt4-native_4.8.1.bb}   |    4 ++--
 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb   |   10 ----------
 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb   |   10 ++++++++++
 ...qt4-x11-free_4.8.0.bb => qt4-x11-free_4.8.1.bb} |    2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)
 rename meta/recipes-qt/qt4/{qt-4.8.0.inc => qt-4.8.1.inc} (93%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/0001-Added-Openembedded-crossarch-option.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/configure-lflags.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/configure_oe_compiler.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/fix-translations.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/g++.conf (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/hack-out-pg2-4.7.0.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/linux.conf (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/pulseaudio-config.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/qmake_cxx_eval.patch (100%)
 rename meta/recipes-qt/qt4/{qt-4.8.0 => qt-4.8.1}/qmake_pri_fixes.patch (100%)
 rename meta/recipes-qt/qt4/{qt4-embedded_4.8.0.bb => qt4-embedded_4.8.1.bb} (89%)
 rename meta/recipes-qt/qt4/{qt4-native_4.8.0.bb => qt4-native_4.8.1.bb} (60%)
 delete mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
 create mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
 rename meta/recipes-qt/qt4/{qt4-x11-free_4.8.0.bb => qt4-x11-free_4.8.1.bb} (90%)

diff --git a/meta/recipes-qt/qt4/qt-4.8.0.inc b/meta/recipes-qt/qt4/qt-4.8.1.inc
similarity index 93%
rename from meta/recipes-qt/qt4/qt-4.8.0.inc
rename to meta/recipes-qt/qt4/qt-4.8.1.inc
index c0d90cd..cd78401 100644
--- a/meta/recipes-qt/qt4/qt-4.8.0.inc
+++ b/meta/recipes-qt/qt4/qt-4.8.1.inc
@@ -22,8 +22,8 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.
            file://linux.conf \
            "
 
-SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
-SRC_URI[sha256sum] = "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
+SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
+SRC_URI[sha256sum] = "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
 
 S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
 
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/0001-Added-Openembedded-crossarch-option.patch b/meta/recipes-qt/qt4/qt-4.8.1/0001-Added-Openembedded-crossarch-option.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/0001-Added-Openembedded-crossarch-option.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/0001-Added-Openembedded-crossarch-option.patch
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch b/meta/recipes-qt/qt4/qt-4.8.1/configure-lflags.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/configure-lflags.patch
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch b/meta/recipes-qt/qt4/qt-4.8.1/configure_oe_compiler.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/configure_oe_compiler.patch
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/fix-translations.patch b/meta/recipes-qt/qt4/qt-4.8.1/fix-translations.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/fix-translations.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/fix-translations.patch
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/g++.conf b/meta/recipes-qt/qt4/qt-4.8.1/g++.conf
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/g++.conf
rename to meta/recipes-qt/qt4/qt-4.8.1/g++.conf
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/hack-out-pg2-4.7.0.patch b/meta/recipes-qt/qt4/qt-4.8.1/hack-out-pg2-4.7.0.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/hack-out-pg2-4.7.0.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/hack-out-pg2-4.7.0.patch
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/linux.conf b/meta/recipes-qt/qt4/qt-4.8.1/linux.conf
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/linux.conf
rename to meta/recipes-qt/qt4/qt-4.8.1/linux.conf
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/pulseaudio-config.patch b/meta/recipes-qt/qt4/qt-4.8.1/pulseaudio-config.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/pulseaudio-config.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/pulseaudio-config.patch
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/qmake_cxx_eval.patch b/meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/qmake_cxx_eval.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch
diff --git a/meta/recipes-qt/qt4/qt-4.8.0/qmake_pri_fixes.patch b/meta/recipes-qt/qt4/qt-4.8.1/qmake_pri_fixes.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt-4.8.0/qmake_pri_fixes.patch
rename to meta/recipes-qt/qt4/qt-4.8.1/qmake_pri_fixes.patch
diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb b/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
similarity index 89%
rename from meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb
rename to meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
index efbc02a..5c1c97e 100644
--- a/meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb
+++ b/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
@@ -1,7 +1,7 @@
 require qt-${PV}.inc
 require qt4-embedded.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "-1"
 
diff --git a/meta/recipes-qt/qt4/qt4-native_4.8.0.bb b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb
similarity index 60%
rename from meta/recipes-qt/qt4/qt4-native_4.8.0.bb
rename to meta/recipes-qt/qt4/qt4-native_4.8.1.bb
index 86c0500..d991c03 100644
--- a/meta/recipes-qt/qt4/qt4-native_4.8.0.bb
+++ b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb
@@ -9,6 +9,6 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:"
 
 TOBUILD := "src/tools/bootstrap ${TOBUILD}"
 
-SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
-SRC_URI[sha256sum] = "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
+SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
+SRC_URI[sha256sum] = "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
 
diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
deleted file mode 100644
index 02917fe..0000000
--- a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require qt4-tools-nativesdk.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI += "file://qmake_pri_fixes.patch"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
-SRC_URI[sha256sum] = "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
new file mode 100644
index 0000000..e6162fc
--- /dev/null
+++ b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
@@ -0,0 +1,10 @@
+require qt4-tools-nativesdk.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://qmake_pri_fixes.patch"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
+SRC_URI[sha256sum] = "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
similarity index 90%
rename from meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb
rename to meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
index 6a0b0b8..edd3e0e 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb
+++ b/meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
@@ -1,7 +1,7 @@
 require qt4-x11-free.inc
 require qt-${PV}.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "-1"
 
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] qt4: move from 4.8.0 to 4.8.1
  2012-03-28 19:46 [PATCH] qt4: move from 4.8.0 to 4.8.1 Andreas Oberritter
@ 2012-03-29  6:51 ` Robert Yang
  2012-03-29  7:00   ` Samuel Stirtzel
  2012-03-29  7:32   ` Otavio Salvador
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Yang @ 2012-03-29  6:51 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Hi Andreas,

I have one question about the qt-x11-free, is it possible to enable
the "-sm -accessibility" in oe-core, please? There is a meta-kde
layer which requires the "-sm -accessibility", but they are disabled
in oe-core currently:

QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm"

So there is a "qt4-x11-free_4.8.0.bbappend" in meta-kde, once the
the oe-core upgrade to 4.8.1, then the meta-kde has to uprade again.

I checked the log of the qt4, can't find the relative log for
"-no-accessibility -no-sm".

If it is possible to enable them in oe-core, I'd like to send a patch for
them.

// Robert

On 03/29/2012 03:46 AM, Andreas Oberritter wrote:
> * No changes other than source checksums and PR at recipe level.
> * DEFAULT_PREFERENCE still set to -1
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> ---
> * Considering that OE-core is in a stabilization phase, updating
>    Qt may be a bad idea. However, version 4.8.0 has D_P=-1, so
>    4.7.4 still gets built by default.
>
> * Even if this won't get applied now, other people might be
>    interested in testing this version and giving feedback.
>
> * This recipe has been compile-tested on x86 and x86_64
>    for mips32el (qt4-native and qt4-embedded).
>
>   meta/recipes-qt/qt4/{qt-4.8.0.inc =>  qt-4.8.1.inc} |    4 ++--
>   .../0001-Added-Openembedded-crossarch-option.patch |    0
>   .../{qt-4.8.0 =>  qt-4.8.1}/configure-lflags.patch  |    0
>   .../configure_oe_compiler.patch                    |    0
>   .../{qt-4.8.0 =>  qt-4.8.1}/fix-translations.patch  |    0
>   .../recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/g++.conf |    0
>   .../hack-out-pg2-4.7.0.patch                       |    0
>   .../qt4/{qt-4.8.0 =>  qt-4.8.1}/linux.conf          |    0
>   .../{qt-4.8.0 =>  qt-4.8.1}/pulseaudio-config.patch |    0
>   .../{qt-4.8.0 =>  qt-4.8.1}/qmake_cxx_eval.patch    |    0
>   .../{qt-4.8.0 =>  qt-4.8.1}/qmake_pri_fixes.patch   |    0
>   ...qt4-embedded_4.8.0.bb =>  qt4-embedded_4.8.1.bb} |    2 +-
>   .../{qt4-native_4.8.0.bb =>  qt4-native_4.8.1.bb}   |    4 ++--
>   meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb   |   10 ----------
>   meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb   |   10 ++++++++++
>   ...qt4-x11-free_4.8.0.bb =>  qt4-x11-free_4.8.1.bb} |    2 +-
>   16 files changed, 16 insertions(+), 16 deletions(-)
>   rename meta/recipes-qt/qt4/{qt-4.8.0.inc =>  qt-4.8.1.inc} (93%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/0001-Added-Openembedded-crossarch-option.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/configure-lflags.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/configure_oe_compiler.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/fix-translations.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/g++.conf (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/hack-out-pg2-4.7.0.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/linux.conf (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/pulseaudio-config.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/qmake_cxx_eval.patch (100%)
>   rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/qmake_pri_fixes.patch (100%)
>   rename meta/recipes-qt/qt4/{qt4-embedded_4.8.0.bb =>  qt4-embedded_4.8.1.bb} (89%)
>   rename meta/recipes-qt/qt4/{qt4-native_4.8.0.bb =>  qt4-native_4.8.1.bb} (60%)
>   delete mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
>   create mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
>   rename meta/recipes-qt/qt4/{qt4-x11-free_4.8.0.bb =>  qt4-x11-free_4.8.1.bb} (90%)
>
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0.inc b/meta/recipes-qt/qt4/qt-4.8.1.inc
> similarity index 93%
> rename from meta/recipes-qt/qt4/qt-4.8.0.inc
> rename to meta/recipes-qt/qt4/qt-4.8.1.inc
> index c0d90cd..cd78401 100644
> --- a/meta/recipes-qt/qt4/qt-4.8.0.inc
> +++ b/meta/recipes-qt/qt4/qt-4.8.1.inc
> @@ -22,8 +22,8 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.
>              file://linux.conf \
>              "
>
> -SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
> -SRC_URI[sha256sum] = "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
> +SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
> +SRC_URI[sha256sum] = "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
>
>   S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
>
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/0001-Added-Openembedded-crossarch-option.patch b/meta/recipes-qt/qt4/qt-4.8.1/0001-Added-Openembedded-crossarch-option.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/0001-Added-Openembedded-crossarch-option.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/0001-Added-Openembedded-crossarch-option.patch
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch b/meta/recipes-qt/qt4/qt-4.8.1/configure-lflags.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/configure-lflags.patch
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch b/meta/recipes-qt/qt4/qt-4.8.1/configure_oe_compiler.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/configure_oe_compiler.patch
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/fix-translations.patch b/meta/recipes-qt/qt4/qt-4.8.1/fix-translations.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/fix-translations.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/fix-translations.patch
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/g++.conf b/meta/recipes-qt/qt4/qt-4.8.1/g++.conf
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/g++.conf
> rename to meta/recipes-qt/qt4/qt-4.8.1/g++.conf
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/hack-out-pg2-4.7.0.patch b/meta/recipes-qt/qt4/qt-4.8.1/hack-out-pg2-4.7.0.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/hack-out-pg2-4.7.0.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/hack-out-pg2-4.7.0.patch
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/linux.conf b/meta/recipes-qt/qt4/qt-4.8.1/linux.conf
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/linux.conf
> rename to meta/recipes-qt/qt4/qt-4.8.1/linux.conf
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/pulseaudio-config.patch b/meta/recipes-qt/qt4/qt-4.8.1/pulseaudio-config.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/pulseaudio-config.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/pulseaudio-config.patch
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/qmake_cxx_eval.patch b/meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/qmake_cxx_eval.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch
> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/qmake_pri_fixes.patch b/meta/recipes-qt/qt4/qt-4.8.1/qmake_pri_fixes.patch
> similarity index 100%
> rename from meta/recipes-qt/qt4/qt-4.8.0/qmake_pri_fixes.patch
> rename to meta/recipes-qt/qt4/qt-4.8.1/qmake_pri_fixes.patch
> diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb b/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
> similarity index 89%
> rename from meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb
> rename to meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
> index efbc02a..5c1c97e 100644
> --- a/meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb
> +++ b/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
> @@ -1,7 +1,7 @@
>   require qt-${PV}.inc
>   require qt4-embedded.inc
>
> -PR = "${INC_PR}.1"
> +PR = "${INC_PR}.0"
>
>   DEFAULT_PREFERENCE = "-1"
>
> diff --git a/meta/recipes-qt/qt4/qt4-native_4.8.0.bb b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb
> similarity index 60%
> rename from meta/recipes-qt/qt4/qt4-native_4.8.0.bb
> rename to meta/recipes-qt/qt4/qt4-native_4.8.1.bb
> index 86c0500..d991c03 100644
> --- a/meta/recipes-qt/qt4/qt4-native_4.8.0.bb
> +++ b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb
> @@ -9,6 +9,6 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:"
>
>   TOBUILD := "src/tools/bootstrap ${TOBUILD}"
>
> -SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
> -SRC_URI[sha256sum] = "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
> +SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
> +SRC_URI[sha256sum] = "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
>
> diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
> deleted file mode 100644
> index 02917fe..0000000
> --- a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -require qt4-tools-nativesdk.inc
> -
> -PR = "${INC_PR}.0"
> -
> -SRC_URI += "file://qmake_pri_fixes.patch"
> -
> -DEFAULT_PREFERENCE = "-1"
> -
> -SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
> -SRC_URI[sha256sum] = "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
> diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
> new file mode 100644
> index 0000000..e6162fc
> --- /dev/null
> +++ b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
> @@ -0,0 +1,10 @@
> +require qt4-tools-nativesdk.inc
> +
> +PR = "${INC_PR}.0"
> +
> +SRC_URI += "file://qmake_pri_fixes.patch"
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
> +SRC_URI[sha256sum] = "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
> diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
> similarity index 90%
> rename from meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb
> rename to meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
> index 6a0b0b8..edd3e0e 100644
> --- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb
> +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
> @@ -1,7 +1,7 @@
>   require qt4-x11-free.inc
>   require qt-${PV}.inc
>
> -PR = "${INC_PR}.1"
> +PR = "${INC_PR}.0"
>
>   DEFAULT_PREFERENCE = "-1"
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] qt4: move from 4.8.0 to 4.8.1
  2012-03-29  6:51 ` Robert Yang
@ 2012-03-29  7:00   ` Samuel Stirtzel
  2012-03-29  8:14     ` Robert Yang
  2012-03-29  7:32   ` Otavio Salvador
  1 sibling, 1 reply; 5+ messages in thread
From: Samuel Stirtzel @ 2012-03-29  7:00 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

2012/3/29 Robert Yang <liezhi.yang@windriver.com>:
>
> Hi Andreas,
>
> I have one question about the qt-x11-free, is it possible to enable
> the "-sm -accessibility" in oe-core, please? There is a meta-kde
> layer which requires the "-sm -accessibility", but they are disabled
> in oe-core currently:
>
> QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm"
>
> So there is a "qt4-x11-free_4.8.0.bbappend" in meta-kde, once the
> the oe-core upgrade to 4.8.1, then the meta-kde has to uprade again.
>
> I checked the log of the qt4, can't find the relative log for
> "-no-accessibility -no-sm".
>
> If it is possible to enable them in oe-core, I'd like to send a patch for
> them.
>
> // Robert
>
>
> On 03/29/2012 03:46 AM, Andreas Oberritter wrote:
>>
>> * No changes other than source checksums and PR at recipe level.
>> * DEFAULT_PREFERENCE still set to -1
>>
>> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
>> ---
>> * Considering that OE-core is in a stabilization phase, updating
>>   Qt may be a bad idea. However, version 4.8.0 has D_P=-1, so
>>   4.7.4 still gets built by default.
>>
>> * Even if this won't get applied now, other people might be
>>   interested in testing this version and giving feedback.
>>
>> * This recipe has been compile-tested on x86 and x86_64
>>   for mips32el (qt4-native and qt4-embedded).
>>
>>  meta/recipes-qt/qt4/{qt-4.8.0.inc =>  qt-4.8.1.inc} |    4 ++--
>>  .../0001-Added-Openembedded-crossarch-option.patch |    0
>>  .../{qt-4.8.0 =>  qt-4.8.1}/configure-lflags.patch  |    0
>>  .../configure_oe_compiler.patch                    |    0
>>  .../{qt-4.8.0 =>  qt-4.8.1}/fix-translations.patch  |    0
>>  .../recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/g++.conf |    0
>>  .../hack-out-pg2-4.7.0.patch                       |    0
>>  .../qt4/{qt-4.8.0 =>  qt-4.8.1}/linux.conf          |    0
>>  .../{qt-4.8.0 =>  qt-4.8.1}/pulseaudio-config.patch |    0
>>  .../{qt-4.8.0 =>  qt-4.8.1}/qmake_cxx_eval.patch    |    0
>>  .../{qt-4.8.0 =>  qt-4.8.1}/qmake_pri_fixes.patch   |    0
>>  ...qt4-embedded_4.8.0.bb =>  qt4-embedded_4.8.1.bb} |    2 +-
>>  .../{qt4-native_4.8.0.bb =>  qt4-native_4.8.1.bb}   |    4 ++--
>>  meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb   |   10 ----------
>>  meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb   |   10 ++++++++++
>>  ...qt4-x11-free_4.8.0.bb =>  qt4-x11-free_4.8.1.bb} |    2 +-
>>  16 files changed, 16 insertions(+), 16 deletions(-)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0.inc =>  qt-4.8.1.inc} (93%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>
>>  qt-4.8.1}/0001-Added-Openembedded-crossarch-option.patch (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/configure-lflags.patch
>> (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>
>>  qt-4.8.1}/configure_oe_compiler.patch (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/fix-translations.patch
>> (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/g++.conf (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>
>>  qt-4.8.1}/hack-out-pg2-4.7.0.patch (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/linux.conf (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>
>>  qt-4.8.1}/pulseaudio-config.patch (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/qmake_cxx_eval.patch
>> (100%)
>>  rename meta/recipes-qt/qt4/{qt-4.8.0 =>  qt-4.8.1}/qmake_pri_fixes.patch
>> (100%)
>>  rename meta/recipes-qt/qt4/{qt4-embedded_4.8.0.bb =>
>>  qt4-embedded_4.8.1.bb} (89%)
>>  rename meta/recipes-qt/qt4/{qt4-native_4.8.0.bb =>  qt4-native_4.8.1.bb}
>> (60%)
>>  delete mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
>>  create mode 100644 meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
>>  rename meta/recipes-qt/qt4/{qt4-x11-free_4.8.0.bb =>
>>  qt4-x11-free_4.8.1.bb} (90%)
>>
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0.inc
>> b/meta/recipes-qt/qt4/qt-4.8.1.inc
>> similarity index 93%
>> rename from meta/recipes-qt/qt4/qt-4.8.0.inc
>> rename to meta/recipes-qt/qt4/qt-4.8.1.inc
>> index c0d90cd..cd78401 100644
>> --- a/meta/recipes-qt/qt4/qt-4.8.0.inc
>> +++ b/meta/recipes-qt/qt4/qt-4.8.1.inc
>> @@ -22,8 +22,8 @@ SRC_URI =
>> "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.
>>             file://linux.conf \
>>             "
>>
>> -SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
>> -SRC_URI[sha256sum] =
>> "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
>> +SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
>> +SRC_URI[sha256sum] =
>> "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
>>
>>  S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
>>
>> diff --git
>> a/meta/recipes-qt/qt4/qt-4.8.0/0001-Added-Openembedded-crossarch-option.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/0001-Added-Openembedded-crossarch-option.patch
>> similarity index 100%
>> rename from
>> meta/recipes-qt/qt4/qt-4.8.0/0001-Added-Openembedded-crossarch-option.patch
>> rename to
>> meta/recipes-qt/qt4/qt-4.8.1/0001-Added-Openembedded-crossarch-option.patch
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/configure-lflags.patch
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch
>> rename to meta/recipes-qt/qt4/qt-4.8.1/configure-lflags.patch
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/configure_oe_compiler.patch
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch
>> rename to meta/recipes-qt/qt4/qt-4.8.1/configure_oe_compiler.patch
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/fix-translations.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/fix-translations.patch
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/fix-translations.patch
>> rename to meta/recipes-qt/qt4/qt-4.8.1/fix-translations.patch
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/g++.conf
>> b/meta/recipes-qt/qt4/qt-4.8.1/g++.conf
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/g++.conf
>> rename to meta/recipes-qt/qt4/qt-4.8.1/g++.conf
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/hack-out-pg2-4.7.0.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/hack-out-pg2-4.7.0.patch
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/hack-out-pg2-4.7.0.patch
>> rename to meta/recipes-qt/qt4/qt-4.8.1/hack-out-pg2-4.7.0.patch
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/linux.conf
>> b/meta/recipes-qt/qt4/qt-4.8.1/linux.conf
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/linux.conf
>> rename to meta/recipes-qt/qt4/qt-4.8.1/linux.conf
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/pulseaudio-config.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/pulseaudio-config.patch
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/pulseaudio-config.patch
>> rename to meta/recipes-qt/qt4/qt-4.8.1/pulseaudio-config.patch
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/qmake_cxx_eval.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/qmake_cxx_eval.patch
>> rename to meta/recipes-qt/qt4/qt-4.8.1/qmake_cxx_eval.patch
>> diff --git a/meta/recipes-qt/qt4/qt-4.8.0/qmake_pri_fixes.patch
>> b/meta/recipes-qt/qt4/qt-4.8.1/qmake_pri_fixes.patch
>> similarity index 100%
>> rename from meta/recipes-qt/qt4/qt-4.8.0/qmake_pri_fixes.patch
>> rename to meta/recipes-qt/qt4/qt-4.8.1/qmake_pri_fixes.patch
>> diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb
>> b/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
>> similarity index 89%
>> rename from meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb
>> rename to meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
>> index efbc02a..5c1c97e 100644
>> --- a/meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb
>> +++ b/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb
>> @@ -1,7 +1,7 @@
>>  require qt-${PV}.inc
>>  require qt4-embedded.inc
>>
>> -PR = "${INC_PR}.1"
>> +PR = "${INC_PR}.0"
>>
>>  DEFAULT_PREFERENCE = "-1"
>>
>> diff --git a/meta/recipes-qt/qt4/qt4-native_4.8.0.bb
>> b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb
>> similarity index 60%
>> rename from meta/recipes-qt/qt4/qt4-native_4.8.0.bb
>> rename to meta/recipes-qt/qt4/qt4-native_4.8.1.bb
>> index 86c0500..d991c03 100644
>> --- a/meta/recipes-qt/qt4/qt4-native_4.8.0.bb
>> +++ b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb
>> @@ -9,6 +9,6 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:"
>>
>>  TOBUILD := "src/tools/bootstrap ${TOBUILD}"
>>
>> -SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
>> -SRC_URI[sha256sum] =
>> "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
>> +SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
>> +SRC_URI[sha256sum] =
>> "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
>>
>> diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
>> b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
>> deleted file mode 100644
>> index 02917fe..0000000
>> --- a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.0.bb
>> +++ /dev/null
>> @@ -1,10 +0,0 @@
>> -require qt4-tools-nativesdk.inc
>> -
>> -PR = "${INC_PR}.0"
>> -
>> -SRC_URI += "file://qmake_pri_fixes.patch"
>> -
>> -DEFAULT_PREFERENCE = "-1"
>> -
>> -SRC_URI[md5sum] = "e8a5fdbeba2927c948d9f477a6abe904"
>> -SRC_URI[sha256sum] =
>> "9392b74e485e15f75a3e07a527547d4f6747eaf55ebce71ba0e863a9fd320b6e"
>> diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
>> b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
>> new file mode 100644
>> index 0000000..e6162fc
>> --- /dev/null
>> +++ b/meta/recipes-qt/qt4/qt4-tools-nativesdk_4.8.1.bb
>> @@ -0,0 +1,10 @@
>> +require qt4-tools-nativesdk.inc
>> +
>> +PR = "${INC_PR}.0"
>> +
>> +SRC_URI += "file://qmake_pri_fixes.patch"
>> +
>> +DEFAULT_PREFERENCE = "-1"
>> +
>> +SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff"
>> +SRC_URI[sha256sum] =
>> "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8"
>> diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb
>> b/meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
>> similarity index 90%
>> rename from meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb
>> rename to meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
>> index 6a0b0b8..edd3e0e 100644
>> --- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb
>> +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.8.1.bb
>> @@ -1,7 +1,7 @@
>>  require qt4-x11-free.inc
>>  require qt-${PV}.inc
>>
>> -PR = "${INC_PR}.1"
>> +PR = "${INC_PR}.0"
>>
>>  DEFAULT_PREFERENCE = "-1"
>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Hi Robert,
this question was already discussed before (see [1]), but then I came
up with the .bbappend (as I had to change other things too).
If you still wand to send a patch to the qt4.inc, it should be no
problem as the previous thread had no negative feedback.



[1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/017792.html


-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] qt4: move from 4.8.0 to 4.8.1
  2012-03-29  6:51 ` Robert Yang
  2012-03-29  7:00   ` Samuel Stirtzel
@ 2012-03-29  7:32   ` Otavio Salvador
  1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2012-03-29  7:32 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, Mar 29, 2012 at 03:51, Robert Yang <liezhi.yang@windriver.com> wrote:
> If it is possible to enable them in oe-core, I'd like to send a patch for
> them.

If you're going to change it please do it in a separate patch to allow
easy revertion of it if need and to easy identification of this change
in SCM log

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] qt4: move from 4.8.0 to 4.8.1
  2012-03-29  7:00   ` Samuel Stirtzel
@ 2012-03-29  8:14     ` Robert Yang
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Yang @ 2012-03-29  8:14 UTC (permalink / raw)
  To: openembedded-core



On 03/29/2012 03:00 PM, Samuel Stirtzel wrote:
> 2012/3/29 Robert Yang<liezhi.yang@windriver.com>:
>>
>> Hi Andreas,
>>
>> I have one question about the qt-x11-free, is it possible to enable
>> the "-sm -accessibility" in oe-core, please? There is a meta-kde
>> layer which requires the "-sm -accessibility", but they are disabled
>> in oe-core currently:
>>
>> QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm"
>>
>> So there is a "qt4-x11-free_4.8.0.bbappend" in meta-kde, once the
>> the oe-core upgrade to 4.8.1, then the meta-kde has to uprade again.
>>
>> I checked the log of the qt4, can't find the relative log for
>> "-no-accessibility -no-sm".
>>
>> If it is possible to enable them in oe-core, I'd like to send a patch for
>> them.
>>
>> // Robert
>>
>>
>> On 03/29/2012 03:46 AM, Andreas Oberritter wrote:
>>>
>
> Hi Robert,
> this question was already discussed before (see [1]), but then I came
> up with the .bbappend (as I had to change other things too).
> If you still wand to send a patch to the qt4.inc, it should be no
> problem as the previous thread had no negative feedback.
>

Cool, I will send a separate patch after enough testing.
Enable both "-sm" and "-accessibility".

// Robert

>
>
> [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/017792.html
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-29  8:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 19:46 [PATCH] qt4: move from 4.8.0 to 4.8.1 Andreas Oberritter
2012-03-29  6:51 ` Robert Yang
2012-03-29  7:00   ` Samuel Stirtzel
2012-03-29  8:14     ` Robert Yang
2012-03-29  7:32   ` Otavio Salvador

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.