[oe-commits] Khem Raj : openldap_2.4.23.bb: Fetch ltmain. sh from the new location in staging

git version control git at git.openembedded.org
Fri Oct 22 15:16:20 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7cfd4da583e2190898fe7e3b6fbcf4cdcc50fd54
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7cfd4da583e2190898fe7e3b6fbcf4cdcc50fd54

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Oct 21 16:22:11 2010 -0700

openldap_2.4.23.bb: Fetch ltmain.sh from the new location in staging

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Chris Larson <chris_larson at mentor.com>
Acked-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/openldap/openldap_2.4.23.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/openldap/openldap_2.4.23.bb b/recipes/openldap/openldap_2.4.23.bb
index 94ed5eb..3ac15f6 100644
--- a/recipes/openldap/openldap_2.4.23.bb
+++ b/recipes/openldap/openldap_2.4.23.bb
@@ -188,7 +188,7 @@ DEPENDS      += "${OPENLDAP_DEPENDS}"
 CPPFLAGS_append = " -D_GNU_SOURCE"
 
 do_configure() {
-	cp ${STAGING_DATADIR}/libtool/ltmain.sh ${S}/build
+	cp ${STAGING_DATADIR}/libtool/config/ltmain.sh ${S}/build
 	rm -f ${S}/libtool
 	aclocal
 	libtoolize --force --copy





More information about the Openembedded-commits mailing list