From: Holger Freyther Date: Sat, 5 Jan 2008 21:37:10 +0000 (+0000) Subject: package/qmake: Remove the pub/ from the SRC_URI, all Qt4 sources lack the pub/. X-Git-Tag: Release-2010-05/1~8002^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8400f7b23ba4b37f004a21c82d19dd9947350142;p=openembedded.git 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. --- 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 \