diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-07-15 12:27:42 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 12:48:34 -0400 |
commit | de392652dc351c56f16adbd5d767830ddde23fa1 (patch) | |
tree | 5791b6914e641b1c1cceda4f18276b57bcddc97d /meta-python/recipes-networking/python | |
parent | 4d0789ec9fe14fe7c22c52548a45693ea64ac99d (diff) | |
download | meta-openembedded-de392652dc351c56f16adbd5d767830ddde23fa1.tar.gz |
python3-ldap: upgrade 3.4.0 -> 3.4.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-networking/python')
-rw-r--r-- | meta-python/recipes-networking/python/python3-ldap_3.4.2.bb (renamed from meta-python/recipes-networking/python/python3-ldap_3.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.0.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.2.bb index 4299058315..44a3d00d8b 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.0.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.2.bb | |||
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "python-ldap" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12" | 16 | SRC_URI[sha256sum] = "b16470a0983aaf09a00ffb8f40b69a2446f3d0be639a229256bce381fcb268f7" |
17 | 17 | ||
18 | do_configure:prepend() { | 18 | do_configure:prepend() { |
19 | sed -i -e 's:^library_dirs =.*::' \ | 19 | sed -i -e 's:^library_dirs =.*::' \ |