summaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qt4/qt4-tools-native_4.7.0-beta1.bb')
-rw-r--r--recipes/qt4/qt4-tools-native_4.7.0-beta1.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb b/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb
index 0539c049e0..fb08dedf7f 100644
--- a/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb
+++ b/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb
@@ -3,9 +3,16 @@ DEFAULT_PREFERENCE = "-1"
require qt4-tools-native.inc
LICENSE = "LGPLv2.1 GPLv3"
-PV = "4.6.2+4.7.0-beta1"
+SRCVER = "4.7.0-beta1"
+PV = "4.6.2+${SRCVER}"
PR = "${INC_PR}.0"
+SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${SRCVER}.tar.gz \
+ file://qt-config.patch \
+ file://g++.conf \
+ file://linux.conf"
+S = "${WORKDIR}/qt-everywhere-opensource-src-${SRCVER}"
+
EXTRA_OECONF += " -no-fast -silent -no-rpath"
TOBUILD := "src/tools/bootstrap ${TOBUILD}"