| Submitter | Christopher Larson |
|---|---|
| Date | Oct. 10, 2011, 9:13 p.m. |
| Message ID | <2bf0304dc82d978a37c2b64d1e17e29175cffd6e.1318281075.git.kergoth@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/12983/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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"
This way autom4te uses m4 as it finds it in the PATH, rather than hardcoding any particular path. Signed-off-by: Christopher Larson <kergoth@gmail.com> --- meta/recipes-devtools/autoconf/autoconf_2.68.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)