package/qmake: Remove the pub/ from the SRC_URI, all Qt4 sources lack the pub/.
authorHolger Freyther <zecke@selfish.org>
Sat, 5 Jan 2008 21:37:10 +0000 (21:37 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 5 Jan 2008 21:37:10 +0000 (21:37 +0000)
    -Doing this avoids having two entries in the checksums.ini.

packages/qmake/qmake2-native.inc

index 0a204bb..c609fef 100644 (file)
@@ -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 \