[oe-commits] Christopher Larson : autoconf: no need to hardcode the full path to m4

git version control git at git.openembedded.org
Tue Oct 11 13:08:16 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 93c6eefdd8adf11d752881e80d0b0fc89337d448
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=93c6eefdd8adf11d752881e80d0b0fc89337d448

Author: Christopher Larson <kergoth at gmail.com>
Date:   Fri Oct  7 14:03:00 2011 -0700

autoconf: no need to hardcode the full path to m4

This way autom4te uses m4 as it finds it in the PATH, rather than
hardcoding any particular path.

Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/autoconf/autoconf_2.68.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
index c6209a3..21b5fb3 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
@@ -1,6 +1,6 @@
 require autoconf.inc
 
-PR = "r2"
+PR = "r3"
 
 PARALLEL_MAKE = ""
 
@@ -27,4 +27,6 @@ RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
 
 SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch"
 
+EXTRA_OECONF += "ac_cv_path_M4=m4"
+
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list