diff options
author | Christopher Larson <kergoth@gmail.com> | 2011-10-10 14:13:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:13 +0100 |
commit | 4eae8b311e0e8eb291195e426375b2d12af349f2 (patch) | |
tree | 5dd342e13214da378942bc6b7d76e6febbb7a0b3 /meta/recipes-devtools/autoconf | |
parent | 8f2f209b08a9f5397522a19c0dcf74a5116babdf (diff) | |
download | poky-4eae8b311e0e8eb291195e426375b2d12af349f2.tar.gz |
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.
(From OE-Core rev: fd6c84249b7bbb5f51d829cf96cae52fe88f456c)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf')
-rw-r--r-- | 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 c6209a37eb..21b5fb3f24 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require autoconf.inc | 1 | require autoconf.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | PARALLEL_MAKE = "" | 5 | PARALLEL_MAKE = "" |
6 | 6 | ||
@@ -27,4 +27,6 @@ RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | |||
27 | 27 | ||
28 | SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" | 28 | SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" |
29 | 29 | ||
30 | EXTRA_OECONF += "ac_cv_path_M4=m4" | ||
31 | |||
30 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native" |