diff options
-rw-r--r-- | meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb b/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb index 0f62b5790d..cd745ee3ee 100644 --- a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb +++ b/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb | |||
@@ -19,8 +19,9 @@ SRC_URI[md5sum] = "7608579722c491e42f5f63b3f88a95fb" | |||
19 | SRC_URI[sha256sum] = "4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5" | 19 | SRC_URI[sha256sum] = "4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5" |
20 | 20 | ||
21 | do_configure:prepend() { | 21 | do_configure:prepend() { |
22 | sed -i -e 's:^library_dirs =.*::' ${S}/setup.cfg | 22 | sed -i -e 's:^library_dirs =.*::' \ |
23 | sed -i -e 's:^include_dirs =.*:include_dirs = =/usr/include/sasl/:' ${S}/setup.cfg | 23 | -e 's:^include_dirs =.*:include_dirs = =/usr/include/sasl/:' \ |
24 | -e 's/= ldap_r/= ldap/g' ${S}/setup.cfg | ||
24 | } | 25 | } |
25 | 26 | ||
26 | RDEPENDS:${PN} = " \ | 27 | RDEPENDS:${PN} = " \ |