mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 07:17:05 +00:00
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@gmail.com>
This commit is contained in:
@@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://siplib.sbf.in;endline=15;md5=e0e7b5d0c4656666df09826e
|
|||||||
DEPENDS = "python"
|
DEPENDS = "python"
|
||||||
RDEPENDS_${PN} = "python-core"
|
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"
|
S = "${WORKDIR}/sip-${PV}/siplib"
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
require python-sip.inc
|
require python-sip.inc
|
||||||
|
SRC_URI[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9"
|
||||||
|
SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1"
|
||||||
|
|||||||
@@ -5,7 +5,9 @@ SECTION = "devel"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://sipgen.sbf;endline=15;md5=88e887a386c18a01240d8d055da4e441"
|
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[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9"
|
||||||
SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1"
|
SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1"
|
||||||
S = "${WORKDIR}/sip-${PV}/sipgen"
|
S = "${WORKDIR}/sip-${PV}/sipgen"
|
||||||
|
|||||||
Reference in New Issue
Block a user