aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qmake
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-05 21:37:10 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-05 21:37:10 +0000
commit8400f7b23ba4b37f004a21c82d19dd9947350142 (patch)
tree715f246fcee14bca2ecc840f49064e9832213542 /packages/qmake
parenta3da3286ba159a40450b55fc80698a229833bd16 (diff)
downloadopenembedded-8400f7b23ba4b37f004a21c82d19dd9947350142.tar.gz
package/qmake: Remove the pub/ from the SRC_URI, all Qt4 sources lack the pub/.
-Doing this avoids having two entries in the checksums.ini.
Diffstat (limited to 'packages/qmake')
-rw-r--r--packages/qmake/qmake2-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qmake/qmake2-native.inc b/packages/qmake/qmake2-native.inc
index 0a204bb535..c609fefb81 100644
--- a/packages/qmake/qmake2-native.inc
+++ b/packages/qmake/qmake2-native.inc
@@ -8,7 +8,7 @@ PR = "r2"
QTVER = "qtopia-core-opensource-src-${QTVERSION}"
FILESDIR += "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qmake2-native"
-SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTVER}.tar.gz \
+SRC_URI = "ftp://ftp.trolltech.com/qt/source/${QTVER}.tar.gz \
file://0001-fix-mkspecs.patch;patch=1 \
file://0008-backport-qt-lib-infix.patch;patch=1 \
file://qt-config.patch;patch=1 \