[oe-commits] Eric Bénard : qt-4.7: rename qtdemo to qtdemoE for qt4-embedded

git version control git at git.openembedded.org
Sun Oct 31 13:48:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2af9fd78689d2f2282c9edae27962bc57eedc65f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2af9fd78689d2f2282c9edae27962bc57eedc65f

Author: Eric Bénard <eric at eukrea.com>
Date:   Fri Oct 29 17:48:48 2010 +0200

qt-4.7: rename qtdemo to qtdemoE for qt4-embedded

in order to stay consistant with 4.6.x releases.

Signed-off-by: Eric Bénard <eric at eukrea.com>
Acked-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/qt4/qt-4.7.0.inc          |    5 +++++
 recipes/qt4/qt4-embedded_4.7.0.bb |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/qt4/qt-4.7.0.inc b/recipes/qt4/qt-4.7.0.inc
index cf4b0d8..ba2b25a 100644
--- a/recipes/qt4/qt-4.7.0.inc
+++ b/recipes/qt4/qt-4.7.0.inc
@@ -60,6 +60,11 @@ do_install_append() {
 	for i in rcc uic moc ; do
 		install -m 0755 ${S}/bin/$i ${D}${bindir}/
 	done
+
+        #Append an E to the qtdemo file
+        if [ -n "${QT_LIBINFIX}" ] ; then
+                mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX}
+        fi
 }
 
 SRC_URI[md5sum] = "3a2f25b9b115037277f4fb759194a7a5"
diff --git a/recipes/qt4/qt4-embedded_4.7.0.bb b/recipes/qt4/qt4-embedded_4.7.0.bb
index 1cd43a6..7e3d4b8 100644
--- a/recipes/qt4/qt4-embedded_4.7.0.bb
+++ b/recipes/qt4/qt4-embedded_4.7.0.bb
@@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
 
 require qt4-embedded.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
 





More information about the Openembedded-commits mailing list