[oe-commits] Roman I Khimov : openldap: fix ltmain.sh location

git version control git at git.openembedded.org
Fri Nov 12 05:06:38 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 3492d475a9f45511dc175c4d928525a8b1b4084c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3492d475a9f45511dc175c4d928525a8b1b4084c

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Nov  5 22:59:12 2010 +0300

openldap: fix ltmain.sh location

Signed-off-by: Roman I Khimov <khimov at altell.ru>
Acked-by: Khem Raj <raj.khem at gmail.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 3ac15f6..f8f3fb5 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/config/ltmain.sh ${S}/build
+	cp ${STAGING_DATADIR_NATIVE}/libtool/config/ltmain.sh ${S}/build
 	rm -f ${S}/libtool
 	aclocal
 	libtoolize --force --copy





More information about the Openembedded-commits mailing list