aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4/qt4-tools-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt4/qt4-tools-native.inc')
-rw-r--r--recipes-qt/qt4/qt4-tools-native.inc13
1 files changed, 4 insertions, 9 deletions
diff --git a/recipes-qt/qt4/qt4-tools-native.inc b/recipes-qt/qt4/qt4-tools-native.inc
index fa859af98c..9114e7df6c 100644
--- a/recipes-qt/qt4/qt4-tools-native.inc
+++ b/recipes-qt/qt4/qt4-tools-native.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "Native tools for Qt/[X11|Mac|Embedded] version 4.x"
DEPENDS = "zlib-native dbus-native"
SECTION = "libs"
-HOMEPAGE = "http://qt.nokia.com
+HOMEPAGE = "http://qt.nokia.com"
PRIORITY = "optional"
LICENSE = "LGPLv2.1 | GPLv3"
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \
file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354"
-INC_PR = "r10"
+INC_PR = "r11"
inherit native
-SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \
+SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \
file://qt-config.patch \
file://g++.conf \
file://linux.conf"
@@ -51,11 +51,8 @@ TOBUILD = "\
src/tools/uic \
src/tools/rcc \
src/network \
- src/gui \
- src/tools/uic3 \
tools/linguist/lrelease \
tools/linguist/lupdate \
- tools/qdbus \
"
do_compile() {
@@ -64,12 +61,10 @@ do_compile() {
done
}
-NATIVE_INSTALL_WORKS = "1"
-
do_install() {
install -d ${D}${bindir}/
install -m 0755 bin/qmake ${D}${bindir}/qmake2
- for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do
+ for i in moc uic rcc lrelease lupdate; do
install -m 0755 bin/${i} ${D}${bindir}/${i}4
done