aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-07 15:57:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 22:59:46 +0000
commiteb46e1d61f6658b921372354771102f91b177c66 (patch)
tree3d88ed005b7418aa437e4a26bc4a98cabb7b22e3 /meta/recipes-devtools
parent70ca4ede24cd45057992580ab1a81e803a49a68b (diff)
downloadopenembedded-core-contrib-eb46e1d61f6658b921372354771102f91b177c66.tar.gz
python-gitdb: upgrade to 0.6.1
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python-gitdb_0.6.1.bb (renamed from meta/recipes-devtools/python/python-gitdb_0.5.4.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb_0.5.4.bb b/meta/recipes-devtools/python/python-gitdb_0.6.1.bb
index 9e961528b9..ead93e1e7d 100644
--- a/meta/recipes-devtools/python/python-gitdb_0.5.4.bb
+++ b/meta/recipes-devtools/python/python-gitdb_0.6.1.bb
@@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528"
DEPENDS = "python-async python-smmap"
SRC_URI = "https://pypi.python.org/packages/source/g/gitdb/gitdb-${PV}.tar.gz"
-SRC_URI[md5sum] = "25353bb8d3ea527ba443dd88cd4e8a1c"
-SRC_URI[sha256sum] = "de5d2dac0daec4a9cd7bb1ae1cd42d53510dcf597397c608c12a154b69ad3783"
+
+SRC_URI[md5sum] = "daeb85a5e97d2d100fd37cf522fd65d5"
+SRC_URI[sha256sum] = "0d784ec4a75e93c8f65d4aca219c17e388a052d461714ed0edfda657e542b716"
S = "${WORKDIR}/gitdb-${PV}"