aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-25 20:20:12 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-02 09:08:49 +0100
commitc79976db15688c769cc2f41ae25bb107ae2657ae (patch)
treefef9d0909a63cb570438290f56aee5c9eb675264 /meta-oe/recipes-devtools
parent6357209b3ac106c5c126a7eab4256f086aa1fbda (diff)
downloadmeta-openembedded-contrib-c79976db15688c769cc2f41ae25bb107ae2657ae.tar.gz
python-sip: upgrade to 4.14.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/python/python-sip_4.13.3.bb3
-rw-r--r--meta-oe/recipes-devtools/python/python-sip_4.14.2.bb (renamed from meta-oe/recipes-devtools/python/python-sip.inc)4
2 files changed, 3 insertions, 4 deletions
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
deleted file mode 100644
index aed799dca2..0000000000
--- a/meta-oe/recipes-devtools/python/python-sip_4.13.3.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require python-sip.inc
-SRC_URI[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9"
-SRC_URI[sha256sum] = "ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1"
diff --git a/meta-oe/recipes-devtools/python/python-sip.inc b/meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
index d42414bac7..1159a2abb4 100644
--- a/meta-oe/recipes-devtools/python/python-sip.inc
+++ b/meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
@@ -3,13 +3,15 @@ SECTION = "devel/python"
HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip"
AUTHOR = "Phil Thompson"
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://siplib.sbf.in;endline=15;md5=e0e7b5d0c4656666df09826ea1d2071c"
+LIC_FILES_CHKSUM = "file://siplib.sbf.in;endline=15;md5=3d462bd8cb43db3e4be998fe155ae9cf"
DEPENDS = "python"
RDEPENDS_${PN} = "python-core"
# 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] = "b93442e745b3be2fad89de0686a76ce9"
+SRC_URI[sha256sum] = "1a9d3bf26c821f369c175f8e68946b79bc994da4f96e8f5ecff06e6ee7ac0528"
S = "${WORKDIR}/sip-${PV}/siplib"