aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-25 17:45:05 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-12 19:33:46 +0100
commit99bfc3122d5d90112f3bcead44291061bebb1dea (patch)
treec71e97ebdc2b2928c8a4587d0824a347a7a015cb
parent426070e311c5b78055e45d659ade02006db0b18d (diff)
downloadmeta-openembedded-contrib-99bfc3122d5d90112f3bcead44291061bebb1dea.tar.gz
openldap: fix for new libtool
The new libtool's ltmain.sh is in build-aux. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.4.39.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.39.bb b/meta-oe/recipes-support/openldap/openldap_2.4.39.bb
index 8752395fab..5f5de5e8b3 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.39.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.39.bb
@@ -147,7 +147,7 @@ PACKAGES += "${PN}-overlay-proxycache"
CPPFLAGS_append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\'/dev/urandom\'"
do_configure() {
- cp ${STAGING_DATADIR_NATIVE}/libtool/config/ltmain.sh ${S}/build
+ cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/ltmain.sh ${S}/build
rm -f ${S}/libtool
aclocal
libtoolize --force --copy