[oe-commits] Chris Larson : Revert "autoconf: don' t choke on m4-native in ASSUME_PROVIDED"

git version control git at git.openembedded.org
Thu Nov 11 18:44:21 UTC 2010


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Thu Nov 11 11:37:47 2010 -0700

Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED"

Drop this for now, to avoid risk of introduction of another problem.  Will
revisit and verify both.

This reverts commit 173540c96aac632de5ff1a78b25cdc49201ee27e.

---

 recipes/autoconf/autoconf.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc
index b82e73c..79a8108 100644
--- a/recipes/autoconf/autoconf.inc
+++ b/recipes/autoconf/autoconf.inc
@@ -22,7 +22,7 @@ do_configure_prepend () {
 	if ${@['true', 'false'][bb.data.inherits_class('native', d)]}
 	then
 		export ac_cv_path_PERL="${ac_cv_path_PERL=${bindir}/perl}"
-		export ac_cv_path_M4="${ac_cv_path_M4=m4}"
+		export ac_cv_path_M4="${ac_cv_path_M4=${bindir}/m4}"
 		export ac_cv_prog_gnu_m4="${ac_cv_prog_gnu_m4=yes}"
 	fi
 }





More information about the Openembedded-commits mailing list