summaryrefslogtreecommitdiff
path: root/recipes/autoconf/autoconf_2.63.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-09-17 20:35:50 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-09-17 20:35:50 +0000
commit33cee0586991e235d0fe3d984f822ef2f310e7c3 (patch)
treed505541bf0340b45ad332f8d94a26f68fdfc19d7 /recipes/autoconf/autoconf_2.63.bb
parent2d899b917c23141945ad34f52b3fd80f93f105fb (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.63.bb')
-rw-r--r--recipes/autoconf/autoconf_2.63.bb12
1 files changed, 5 insertions, 7 deletions
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"