mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
@@ -29,7 +29,7 @@ PR = "r1"
|
|||||||
# environments
|
# environments
|
||||||
SRC_URI += "file://install-strip.patch"
|
SRC_URI += "file://install-strip.patch"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools-brokensep
|
||||||
|
|
||||||
# CV SETTINGS
|
# CV SETTINGS
|
||||||
# Required to work round AC_FUNC_MEMCMP which gets the wrong answer
|
# Required to work round AC_FUNC_MEMCMP which gets the wrong answer
|
||||||
@@ -151,20 +151,6 @@ do_configure() {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
#FIXME: this is a hack, at present an openldap build will pick up the header
|
|
||||||
# files from staging rather than the local ones (bad -I order), so remove
|
|
||||||
# the headers (from openldap-old.x) before compiling...
|
|
||||||
do_compile_prepend() {
|
|
||||||
(
|
|
||||||
cd ${STAGING_INCDIR}
|
|
||||||
rm -f ldap.h ldap_*.h
|
|
||||||
)
|
|
||||||
(
|
|
||||||
cd ${STAGING_LIBDIR}
|
|
||||||
rm -f libldap* liblber*
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
LEAD_SONAME = "libldap-${LDAP_VER}.so.*"
|
LEAD_SONAME = "libldap-${LDAP_VER}.so.*"
|
||||||
|
|
||||||
# The executables go in a separate package. This allows the
|
# The executables go in a separate package. This allows the
|
||||||
|
|||||||
Reference in New Issue
Block a user