summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r--meta-oe/recipes-devtools/python/python-sip.inc4
-rw-r--r--meta-oe/recipes-devtools/python/python-sip_4.13.3.bb2
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-sip.inc b/meta-oe/recipes-devtools/python/python-sip.inc
index 19abbba4e..d42414bac 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
7DEPENDS = "python" 7DEPENDS = "python"
8RDEPENDS_${PN} = "python-core" 8RDEPENDS_${PN} = "python-core"
9 9
10SRC_URI = "http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${PV}.tar.gz" 10# riverbankcomputing is upstream, but keeps only latest version, sf usually have few older
11#SRC_URI = "http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${PV}.tar.gz"
12SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz"
11 13
12S = "${WORKDIR}/sip-${PV}/siplib" 14S = "${WORKDIR}/sip-${PV}/siplib"
13 15
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 b1bda92cd..aed799dca 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 @@
1require python-sip.inc 1require python-sip.inc
2SRC_URI[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9"
3SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1"