diff options
author | Derek Straka <derek@asterius.io> | 2018-06-30 05:27:03 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-05 11:39:06 +0100 |
commit | ea71b6d909979b41d7eb2f0b2dbafe457bb7c8ae (patch) | |
tree | b4e06424c558fe8f952d74ac1e98fa1a9a6e50fc /meta/recipes-devtools/python | |
parent | 611013a23a0082faa4fda2cd2529668965586a76 (diff) | |
download | poky-ea71b6d909979b41d7eb2f0b2dbafe457bb7c8ae.tar.gz |
python3-git: update to 2.1.10
python3-git was updated to the latest stable version
Tested on qemux86-64 using core-image-minimal
(From OE-Core rev: 6aa6f57c4d42d45ce1d3dbdca0e8f38ae31c0fbe)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-git.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-git_2.1.10.bb (renamed from meta/recipes-devtools/python/python3-git_2.1.8.bb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc index 8d37693960..5a4d8ff9fb 100644 --- a/meta/recipes-devtools/python/python-git.inc +++ b/meta/recipes-devtools/python/python-git.inc | |||
@@ -12,8 +12,8 @@ PYPI_PACKAGE = "GitPython" | |||
12 | 12 | ||
13 | inherit pypi | 13 | inherit pypi |
14 | 14 | ||
15 | SRC_URI[md5sum] = "7a94ee1b923fb772a2a0c6649430a17c" | 15 | SRC_URI[md5sum] = "e0c773be32ba9cb57a1d703b590f6d3f" |
16 | SRC_URI[sha256sum] = "ad61bc25deadb535b047684d06f3654c001d9415e1971e51c9c20f5b510076e9" | 16 | SRC_URI[sha256sum] = "b60b045cf64a321e5b620debb49890099fa6c7be6dfb7fb249027e5d34227301" |
17 | 17 | ||
18 | DEPENDS = "${PYTHON_PN}-gitdb" | 18 | DEPENDS = "${PYTHON_PN}-gitdb" |
19 | 19 | ||
diff --git a/meta/recipes-devtools/python/python3-git_2.1.8.bb b/meta/recipes-devtools/python/python3-git_2.1.10.bb index ac320fa56b..ac320fa56b 100644 --- a/meta/recipes-devtools/python/python3-git_2.1.8.bb +++ b/meta/recipes-devtools/python/python3-git_2.1.10.bb | |||