From 97333c2ca22e2d062ae3834061ee6bf437d4ea95 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 25 Dec 2012 10:57:22 +0100 Subject: python-sip, sip-native: use SF mirror instead of riverbankcomputing.com * riverbankcomputing.com keeps only very latest version while SF keeps few versions Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-sip.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/python/python-sip.inc') diff --git a/meta-oe/recipes-devtools/python/python-sip.inc b/meta-oe/recipes-devtools/python/python-sip.inc index 19abbba4eb..d42414bac7 100644 --- a/meta-oe/recipes-devtools/python/python-sip.inc +++ b/meta-oe/recipes-devtools/python/python-sip.inc @@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://siplib.sbf.in;endline=15;md5=e0e7b5d0c4656666df09826e DEPENDS = "python" RDEPENDS_${PN} = "python-core" -SRC_URI = "http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${PV}.tar.gz" +# riverbankcomputing is upstream, but keeps only latest version, sf usually have few older +#SRC_URI = "http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" S = "${WORKDIR}/sip-${PV}/siplib" -- cgit v1.2.3-54-g00ecf