diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-19 16:45:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-19 16:45:32 -0700 |
commit | aa0d1e870c41d3375866c8180c720cd0fc27ffcd (patch) | |
tree | c0250ec673a1c26b1914927e0154772188a45f07 /recipes/autoconf/autoconf_2.61.bb | |
parent | 103e2071354d88a1fd6ea34469fd972123350b72 (diff) |
autoconf: Dont execute perl and m4 for target builds
* configure decides to probe perl verison
dont do that as it wont work when building
target autoconf. So far it was executing /usr/bin/perl
and /usr/bin/m4 which is found on most build machines
however micro change the layout and /bin/perl and /bin/m4
is now not found. So it brought up a hidden bug.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/autoconf/autoconf_2.61.bb')
-rw-r--r-- | recipes/autoconf/autoconf_2.61.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/autoconf/autoconf_2.61.bb b/recipes/autoconf/autoconf_2.61.bb index c3ccacd329..53733a90f8 100644 --- a/recipes/autoconf/autoconf_2.61.bb +++ b/recipes/autoconf/autoconf_2.61.bb @@ -9,4 +9,6 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \ file://autoreconf-foreign.patch;patch=1 \ file://autoreconf-gnuconfigize.patch;patch=1 \ file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://config-site.patch;patch=1 " + file://config-site.patch;patch=1 \ + file://autoconf-dont-execute-perl.patch;patch=1 \ + " |