[oe-commits] Martin Jansa : python-sip, sip-native: use SF mirror instead of riverbankcomputing.com

git at git.openembedded.org git at git.openembedded.org
Wed Dec 26 08:16:37 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 97333c2ca22e2d062ae3834061ee6bf437d4ea95
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=97333c2ca22e2d062ae3834061ee6bf437d4ea95

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Dec 25 10:57:22 2012 +0100

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 <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/python/python-sip.inc     |    4 +++-
 .../recipes-devtools/python/python-sip_4.13.3.bb   |    2 ++
 meta-oe/recipes-extended/sip/sip-native_4.13.3.bb  |    4 +++-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/python/python-sip.inc b/meta-oe/recipes-devtools/python/python-sip.inc
index 19abbba..d42414b 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"
 
diff --git a/meta-oe/recipes-devtools/python/python-sip_4.13.3.bb b/meta-oe/recipes-devtools/python/python-sip_4.13.3.bb
index b1bda92..aed799d 100644
--- a/meta-oe/recipes-devtools/python/python-sip_4.13.3.bb
+++ b/meta-oe/recipes-devtools/python/python-sip_4.13.3.bb
@@ -1 +1,3 @@
 require python-sip.inc
+SRC_URI[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9"
+SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1"
diff --git a/meta-oe/recipes-extended/sip/sip-native_4.13.3.bb b/meta-oe/recipes-extended/sip/sip-native_4.13.3.bb
index c20683f..ddd132a 100644
--- a/meta-oe/recipes-extended/sip/sip-native_4.13.3.bb
+++ b/meta-oe/recipes-extended/sip/sip-native_4.13.3.bb
@@ -5,7 +5,9 @@ SECTION = "devel"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://sipgen.sbf;endline=15;md5=88e887a386c18a01240d8d055da4e441"
 
-SRC_URI = "http://www.riverbankcomputing.co.uk/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"
 SRC_URI[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9"
 SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1"
 S = "${WORKDIR}/sip-${PV}/sipgen"





More information about the Openembedded-commits mailing list