diff options
author | Derek Straka <derek@asterius.io> | 2017-12-22 11:14:11 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-02 17:24:39 +0000 |
commit | 91e07d417e275d94115cc6575ccaa64c7d8c04cd (patch) | |
tree | f9e3af4af1c943eedf1ea860198fea799bacdab3 | |
parent | 0d692188dfc59c352aa800f91b22918efb501076 (diff) | |
download | poky-91e07d417e275d94115cc6575ccaa64c7d8c04cd.tar.gz |
python3-git: update to 2.1.8
python3-git was updated to the latest stable version
Tested on qemux86-64 using core-image-minimal
(From OE-Core rev: 0f774c4ac0c71f4806e455a8b9ea7e13cc2f22da)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python-git.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-git_2.1.8.bb (renamed from meta/recipes-devtools/python/python3-git_2.1.7.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 7b0707e008..bef08eb74e 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] = "a63fdd2a650694ea23e268fd0c952034" | 15 | SRC_URI[md5sum] = "7a94ee1b923fb772a2a0c6649430a17c" |
16 | SRC_URI[sha256sum] = "13c7cd99c2bf277fc99accfc25148752fa90e7cc6c6d08a3f01d229dacb461d9" | 16 | SRC_URI[sha256sum] = "ad61bc25deadb535b047684d06f3654c001d9415e1971e51c9c20f5b510076e9" |
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.7.bb b/meta/recipes-devtools/python/python3-git_2.1.8.bb index ac320fa56b..ac320fa56b 100644 --- a/meta/recipes-devtools/python/python3-git_2.1.7.bb +++ b/meta/recipes-devtools/python/python3-git_2.1.8.bb | |||