diff options
| author | Koen Kooi <koen.kooi@linaro.org> | 2014-04-30 07:22:20 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:03 +0200 |
| commit | 86de202b7ed3a250c051736ee9676f6ba413d110 (patch) | |
| tree | 59af6de8781b2103641c84afc9155262740a8c1e /meta-oe/recipes-support/openldap | |
| parent | 806ba2885ba7444ef940a086e96f8e5c564b65bd (diff) | |
| download | meta-openembedded-86de202b7ed3a250c051736ee9676f6ba413d110.tar.gz | |
openldap: inherit autotools-brokensep
Also remove hack that deletes headers from staging, it's not needed anymore.
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openldap')
| -rw-r--r-- | meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb index 434029c21b..5c6f9eac65 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb | |||
| @@ -29,7 +29,7 @@ PR = "r1" | |||
| 29 | # environments | 29 | # environments |
| 30 | SRC_URI += "file://install-strip.patch" | 30 | SRC_URI += "file://install-strip.patch" |
| 31 | 31 | ||
| 32 | inherit autotools | 32 | inherit autotools-brokensep |
| 33 | 33 | ||
| 34 | # CV SETTINGS | 34 | # CV SETTINGS |
| 35 | # Required to work round AC_FUNC_MEMCMP which gets the wrong answer | 35 | # Required to work round AC_FUNC_MEMCMP which gets the wrong answer |
| @@ -151,20 +151,6 @@ do_configure() { | |||
| 151 | oe_runconf | 151 | oe_runconf |
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | #FIXME: this is a hack, at present an openldap build will pick up the header | ||
| 155 | # files from staging rather than the local ones (bad -I order), so remove | ||
| 156 | # the headers (from openldap-old.x) before compiling... | ||
| 157 | do_compile_prepend() { | ||
| 158 | ( | ||
| 159 | cd ${STAGING_INCDIR} | ||
| 160 | rm -f ldap.h ldap_*.h | ||
| 161 | ) | ||
| 162 | ( | ||
| 163 | cd ${STAGING_LIBDIR} | ||
| 164 | rm -f libldap* liblber* | ||
| 165 | ) | ||
| 166 | } | ||
| 167 | |||
| 168 | LEAD_SONAME = "libldap-${LDAP_VER}.so.*" | 154 | LEAD_SONAME = "libldap-${LDAP_VER}.so.*" |
| 169 | 155 | ||
| 170 | # The executables go in a separate package. This allows the | 156 | # The executables go in a separate package. This allows the |
