From 33cee0586991e235d0fe3d984f822ef2f310e7c3 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 17 Sep 2009 20:35:50 +0000 Subject: 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 --- recipes/autoconf/autoconf_2.63.bb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'recipes/autoconf/autoconf_2.63.bb') diff --git a/recipes/autoconf/autoconf_2.63.bb b/recipes/autoconf/autoconf_2.63.bb index 6963baf169..e26c004f64 100644 --- a/recipes/autoconf/autoconf_2.63.bb +++ b/recipes/autoconf/autoconf_2.63.bb @@ -6,10 +6,8 @@ DEFAULT_PREFERENCE = "-1" PARALLEL_MAKE = "" -SRC_URI += " \ - file://autoreconf-exclude.patch;patch=1 \ - file://autoreconf-foreign.patch;patch=1 \ - file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://autoreconf-gnuconfigize.patch;patch=1 \ - file://config-site.patch;patch=1 \ - ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" +SRC_URI += "file://autoreconf-exclude.patch;patch=1 \ + file://autoreconf-foreign.patch;patch=1 \ + file://autoheader-nonfatal-warnings.patch;patch=1 \ + file://autoreconf-gnuconfigize.patch;patch=1 \ + file://config-site.patch;patch=1" -- cgit v1.2.3