[oe-commits] Stanislav Brabec : libtool: Backported ac_cv_path_SED typo fix.

git version control git at git.openembedded.org
Mon Aug 3 15:05:49 UTC 2009


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Mon Aug  3 12:56:38 2009 +0000

libtool: Backported ac_cv_path_SED typo fix.

---

 recipes/libtool/libtool_2.2.4.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb
index 5d59ce0..842b613 100644
--- a/recipes/libtool/libtool_2.2.4.bb
+++ b/recipes/libtool/libtool_2.2.4.bb
@@ -1,5 +1,5 @@
 require libtool.inc
-PR = "r16"
+PR = "r17"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz"
 S = "${WORKDIR}/libtool-${PV}"
@@ -17,7 +17,7 @@ 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_SED="${ac_cv_path_SED=/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}"





More information about the Openembedded-commits mailing list