[oe-commits] Marc Olzheim : libtool: 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 broke do_configure.

git version control git at git.openembedded.org
Thu Jul 30 11:22:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f88d3e68e399069ba38f21cd4aa02b9dfcf487fc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f88d3e68e399069ba38f21cd4aa02b9dfcf487fc

Author: Marc Olzheim <marc at iphion.nl>
Date:   Thu Jul 30 11:20:19 2009 +0000

libtool: 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 broke do_configure.
* See http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-July/012754.html for more.

---

 recipes/libtool/libtool_2.2.4.bb  |    8 ++++----
 recipes/libtool/libtool_2.2.6a.bb |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb
index ad4b0a0..5d59ce0 100644
--- a/recipes/libtool/libtool_2.2.4.bb
+++ b/recipes/libtool/libtool_2.2.4.bb
@@ -17,10 +17,10 @@ EXTRA_AUTORECONF = "--exclude=libtoolize"
 do_configure_prepend () {
 	# Skip this for native build:
 	if test -n "$CONFIG_SITE" ; then
-		export ac_cv_path_SED=${ac_cv_path_GREP=/bin/sed}
-		export ac_cv_path_GREP=${ac_cv_path_GREP=/bin/grep}
-		export ac_cv_path_EGREP=${ac_cv_path_EGREP=/bin/grep -E}
-		export ac_cv_path_FGREP=${ac_cv_path_FGREP=/bin/grep -F}
+		export ac_cv_path_SED="${ac_cv_path_GREP=/bin/sed}"
+		export ac_cv_path_GREP="${ac_cv_path_GREP=/bin/grep}"
+		export ac_cv_path_EGREP="${ac_cv_path_EGREP=/bin/grep -E}"
+		export ac_cv_path_FGREP="${ac_cv_path_FGREP=/bin/grep -F}"
 	fi
 }
 
diff --git a/recipes/libtool/libtool_2.2.6a.bb b/recipes/libtool/libtool_2.2.6a.bb
index 6268576..6c87660 100644
--- a/recipes/libtool/libtool_2.2.6a.bb
+++ b/recipes/libtool/libtool_2.2.6a.bb
@@ -17,10 +17,10 @@ EXTRA_AUTORECONF = "--exclude=libtoolize"
 do_configure_prepend () {
 	# Skip this for native build:
 	if test -n "$CONFIG_SITE" ; then
-		export ac_cv_path_SED=${ac_cv_path_GREP=/bin/sed}
-		export ac_cv_path_GREP=${ac_cv_path_GREP=/bin/grep}
-		export ac_cv_path_EGREP=${ac_cv_path_EGREP=/bin/grep -E}
-		export ac_cv_path_FGREP=${ac_cv_path_FGREP=/bin/grep -F}
+		export ac_cv_path_SED="${ac_cv_path_GREP=/bin/sed}"
+		export ac_cv_path_GREP="${ac_cv_path_GREP=/bin/grep}"
+		export ac_cv_path_EGREP="${ac_cv_path_EGREP=/bin/grep -E}"
+		export ac_cv_path_FGREP="${ac_cv_path_FGREP=/bin/grep -F}"
 	fi
 }
 





More information about the Openembedded-commits mailing list