diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-01 19:02:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-02 15:13:49 +0100 |
commit | ca961b5ec7dd6ade32e719cb01d344c1187a2f46 (patch) | |
tree | 31af5d69d240f586c41c47ece929a4a0d068a571 /recipes/qt4/qt4-tools-native_4.6.0.bb | |
parent | 83bd1ed815a4e716ce5bc00f4dbbaeae1b5fd8e6 (diff) |
qt4: add 4.6.0, WIP
Diffstat (limited to 'recipes/qt4/qt4-tools-native_4.6.0.bb')
-rw-r--r-- | recipes/qt4/qt4-tools-native_4.6.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-tools-native_4.6.0.bb b/recipes/qt4/qt4-tools-native_4.6.0.bb new file mode 100644 index 0000000000..48310b1233 --- /dev/null +++ b/recipes/qt4/qt4-tools-native_4.6.0.bb @@ -0,0 +1,15 @@ +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}" + +TOBUILD := "src/tools/bootstrap ${TOBUILD}" |