[oe-commits] Holger Hans Peter Freyther : qt4-tools-native_4.7.0.bb: Use the mkspec files from qt-4.7.0

git version control git at git.openembedded.org
Sun Sep 26 17:19:06 UTC 2010


Module: openembedded.git
Branch: holger/qt4-4.7
Commit: b62c86a765231b2df1f551a5dd9236666a3011c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b62c86a765231b2df1f551a5dd9236666a3011c9

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sun Sep 26 03:37:44 2010 +0800

qt4-tools-native_4.7.0.bb: Use the mkspec files from qt-4.7.0

This needs to be streamlined that every Qt 4.x mkspec file
is found in this directory. At least this is a start into
the right direction.

---

 recipes/qt4/qt4-tools-native_4.7.0.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/qt4/qt4-tools-native_4.7.0.bb b/recipes/qt4/qt4-tools-native_4.7.0.bb
index 95fbc24..b7fb8a6 100644
--- a/recipes/qt4/qt4-tools-native_4.7.0.bb
+++ b/recipes/qt4/qt4-tools-native_4.7.0.bb
@@ -5,8 +5,11 @@ LICENSE = "LGPLv2.1 GPLv3"
 
 DEPENDS += "libxau-native libxdmcp-native"
 
-PR = "${INC_PR}.0"
 
+PR = "${INC_PR}.1"
+
+# Find the g++.conf/linux.conf in the right directory.
+FILESPATHPKG =. "qt-${PV}:"
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \
            file://fix.xlib-test.libs.patch \
            file://qt-config.patch \





More information about the Openembedded-commits mailing list