diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-25 20:20:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-02 09:08:49 +0100 |
commit | c79976db15688c769cc2f41ae25bb107ae2657ae (patch) | |
tree | fef9d0909a63cb570438290f56aee5c9eb675264 /meta-oe | |
parent | 6357209b3ac106c5c126a7eab4256f086aa1fbda (diff) | |
download | meta-openembedded-c79976db15688c769cc2f41ae25bb107ae2657ae.tar.gz |
python-sip: upgrade to 4.14.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-sip_4.13.3.bb | 3 | ||||
-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 aed799dca..000000000 --- a/meta-oe/recipes-devtools/python/python-sip_4.13.3.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require python-sip.inc | ||
2 | SRC_URI[md5sum] = "76192829cc42ec558db46e4f9e1d8ba9" | ||
3 | 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 d42414bac..1159a2abb 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" | |||
3 | HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip" | 3 | HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip" |
4 | AUTHOR = "Phil Thompson" | 4 | AUTHOR = "Phil Thompson" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://siplib.sbf.in;endline=15;md5=e0e7b5d0c4656666df09826ea1d2071c" | 6 | LIC_FILES_CHKSUM = "file://siplib.sbf.in;endline=15;md5=3d462bd8cb43db3e4be998fe155ae9cf" |
7 | DEPENDS = "python" | 7 | DEPENDS = "python" |
8 | RDEPENDS_${PN} = "python-core" | 8 | RDEPENDS_${PN} = "python-core" |
9 | 9 | ||
10 | # riverbankcomputing is upstream, but keeps only latest version, sf usually have few older | 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" | 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" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" |
13 | SRC_URI[md5sum] = "b93442e745b3be2fad89de0686a76ce9" | ||
14 | SRC_URI[sha256sum] = "1a9d3bf26c821f369c175f8e68946b79bc994da4f96e8f5ecff06e6ee7ac0528" | ||
13 | 15 | ||
14 | S = "${WORKDIR}/sip-${PV}/siplib" | 16 | S = "${WORKDIR}/sip-${PV}/siplib" |
15 | 17 | ||