diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-sip.inc | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-sip_4.13.3.bb | 2 |
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 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 | |||
| 7 | DEPENDS = "python" | 7 | DEPENDS = "python" |
| 8 | RDEPENDS_${PN} = "python-core" | 8 | RDEPENDS_${PN} = "python-core" |
| 9 | 9 | ||
| 10 | SRC_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" | ||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" | ||
| 11 | 13 | ||
| 12 | S = "${WORKDIR}/sip-${PV}/siplib" | 14 | S = "${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 b1bda92cd6..aed799dca2 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 @@ | |||
| 1 | require python-sip.inc | 1 | require python-sip.inc |
| 2 | SRC_URI[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9" | ||
| 3 | SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1" | ||
