diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-05-19 22:40:18 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-21 08:48:56 -0700 |
commit | 1c632066c5fe58f0c974fbe4bfdd176f37f4ac0f (patch) | |
tree | 0fc4bdf21871a937a54ca909b66b951f01511d96 /meta-networking/recipes-devtools/python | |
parent | 7ada285f29217201abfa7de3e7376af11320480b (diff) | |
download | meta-openembedded-1c632066c5fe58f0c974fbe4bfdd176f37f4ac0f.tar.gz |
python-ldap: update to 3.2.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-devtools/python')
-rw-r--r-- | meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb (renamed from meta-networking/recipes-devtools/python/python-ldap_2.4.45.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-devtools/python/python-ldap_2.4.45.bb b/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb index dde8a52dc5..d10f11bbc5 100644 --- a/meta-networking/recipes-devtools/python/python-ldap_2.4.45.bb +++ b/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb | |||
@@ -15,8 +15,8 @@ PYPI_PACKAGE = "python-ldap" | |||
15 | inherit pypi setuptools | 15 | inherit pypi setuptools |
16 | 16 | ||
17 | LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" | 17 | LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" |
18 | SRC_URI[md5sum] = "6108e189a44eea8bc7d1cc281c222978" | 18 | SRC_URI[md5sum] = "fe22522208dc9b06d16eb70f8553eaab" |
19 | SRC_URI[sha256sum] = "824fde180a53772e23edc031c4dd64ac1af4a3eade78f00d9d510937d562f64e" | 19 | SRC_URI[sha256sum] = "7d1c4b15375a533564aad3d3deade789221e450052b21ebb9720fb822eccdb8e" |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure_prepend() { |
22 | sed -i -e 's:^library_dirs =.*::' setup.cfg | 22 | sed -i -e 's:^library_dirs =.*::' setup.cfg |