diff options
author | Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> | 2013-04-30 11:48:55 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-03 16:12:02 +0200 |
commit | ed366bdde89ebcf41062787916b7d9dd34a91682 (patch) | |
tree | 93d97f369b45ad19ea13855a0aefd7a40ca1694f /meta-oe/recipes-devtools/python | |
parent | e6c0911c9bb58cad327c5780a33b575e4cf265c0 (diff) | |
download | meta-openembedded-ed366bdde89ebcf41062787916b7d9dd34a91682.tar.gz |
python-dateutil: update to 1.5
This commit updates python-dateutil to the latest version 1.5 and resets PR.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-dateutil_1.5.bb (renamed from meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb index 2d913e4ee..6e105245a 100644 --- a/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb +++ b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "PSF" | 4 | LICENSE = "PSF" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" |
6 | SRCNAME = "${PN}" | 6 | SRCNAME = "${PN}" |
7 | PR = "r3" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz" |
10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
@@ -19,5 +19,5 @@ RDEPENDS_${PN} = "\ | |||
19 | python-datetime \ | 19 | python-datetime \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "2a5f25ab12fcefcf0b21348f2d47595a" | 22 | SRC_URI[md5sum] = "35f3732db3f2cc4afdc68a8533b60a52" |
23 | SRC_URI[sha256sum] = "74b615c6a55b4421187feba1633fc233e7c5ebdd7abe9b092447a32946823357" | 23 | SRC_URI[sha256sum] = "c08aca7d85f8f8eed61e83b3423b829262c596a9a78f7ca3de0bcee2217d0e3b" |