summaryrefslogtreecommitdiff
path: root/recipes/qt4/qt4-tools-native_4.6.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-16 10:47:02 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-17 09:43:47 +0100
commitfba63ed00f92f939529bd1fd1f47a8d715f8bea8 (patch)
tree113450dc1c92b51d66e0e8c391476ebefbb90ade /recipes/qt4/qt4-tools-native_4.6.2.bb
parent7194635729b20c15d41a08c89a30a5a8aabbc090 (diff)
qt4: add 4.6.2
* fix 4.6.1 references in 4.6.0 files as well * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
Diffstat (limited to 'recipes/qt4/qt4-tools-native_4.6.2.bb')
-rw-r--r--recipes/qt4/qt4-tools-native_4.6.2.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-tools-native_4.6.2.bb b/recipes/qt4/qt4-tools-native_4.6.2.bb
new file mode 100644
index 0000000000..d9ab033b58
--- /dev/null
+++ b/recipes/qt4/qt4-tools-native_4.6.2.bb
@@ -0,0 +1,26 @@
+DEFAULT_PREFERENCE = "-1"
+
+require qt4-tools-native.inc
+LICENSE = "LGPLv2.1 GPLv3"
+PR = "${INC_PR}.0"
+
+SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \
+ file://configure-lflags.patch;patch=1 \
+ file://qt-config.patch;patch=1 \
+ file://g++.conf \
+ file://linux.conf"
+
+S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
+
+EXTRA_OECONF = "-prefix ${prefix} \
+ -qt-libjpeg -qt-gif -system-zlib \
+ -no-libjpeg -no-libpng \
+ -no-accessibility \
+ -no-cups \
+ -no-exceptions \
+ -no-nas-sound \
+ -no-nis \
+ -verbose -release -no-fast -static \
+ -qt3support -silent -no-rpath"
+
+TOBUILD := "src/tools/bootstrap ${TOBUILD}"