[oe-commits] Martin Jansa : python-sip: upgrade to 4.14.2

git at git.openembedded.org git at git.openembedded.org
Thu Jan 3 22:27:41 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Dec 25 20:20:12 2012 +0100

python-sip: upgrade to 4.14.2

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-sip_4.13.3.bb   |    3 ---
 .../{python-sip.inc => python-sip_4.14.2.bb}       |    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 aed799d..0000000
--- 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
similarity index 87%
rename from meta-oe/recipes-devtools/python/python-sip.inc
rename to meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
index d42414b..1159a2a 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"
 





More information about the Openembedded-commits mailing list