[oe] [meta-oe] [PATCH 1/5] openldap: fix for new libtool

Robert Yang liezhi.yang at windriver.com
Mon Jan 26 01:45:05 UTC 2015


The new libtool's ltmain.sh is in build-aux.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../recipes-support/openldap/openldap_2.4.39.bb    |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8752395..5f5de5e 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
-- 
1.7.9.5




More information about the Openembedded-devel mailing list