diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-17 20:35:50 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-17 20:35:50 +0000 |
commit | 33cee0586991e235d0fe3d984f822ef2f310e7c3 (patch) | |
tree | d505541bf0340b45ad332f8d94a26f68fdfc19d7 /recipes/autoconf/autoconf_2.59.bb | |
parent | 2d899b917c23141945ad34f52b3fd80f93f105fb (diff) |
autoconf: Fixed calling of perl and m4:
* removed path_prog_fixes.patch
* set needed ac_cv_* variables for non-native builds
* depend on perl
* for more see http://thread.gmane.org/gmane.comp.handhelds.openembedded/26476
Diffstat (limited to 'recipes/autoconf/autoconf_2.59.bb')
-rw-r--r-- | recipes/autoconf/autoconf_2.59.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/autoconf/autoconf_2.59.bb b/recipes/autoconf/autoconf_2.59.bb index a8f357fc5f..e9149df44c 100644 --- a/recipes/autoconf/autoconf_2.59.bb +++ b/recipes/autoconf/autoconf_2.59.bb @@ -10,5 +10,4 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \ file://autoheader-nonfatal-warnings.patch;patch=1 \ file://sizeof_types.patch;patch=1 \ file://autoconf-x.patch;patch=1 \ - file://autoconf-sh.patch;patch=1 \ - ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" + file://autoconf-sh.patch;patch=1" |