summaryrefslogtreecommitdiff
path: root/recipes/autoconf/autoconf_2.63.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-02 13:19:41 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:03 +0200
commit4dd4262296712bb594fd3fe02e7c70c0bc441bd2 (patch)
tree78a61537990d061bea85fa6125391dfb974609d8 /recipes/autoconf/autoconf_2.63.bb
parentb5a7a6cec6ef3366ebb8ebf76d90bf2243a76c1d (diff)
autoconf: add 2.63 with patches ported forward, disabled by default
Diffstat (limited to 'recipes/autoconf/autoconf_2.63.bb')
-rw-r--r--recipes/autoconf/autoconf_2.63.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/autoconf/autoconf_2.63.bb b/recipes/autoconf/autoconf_2.63.bb
new file mode 100644
index 0000000000..0230d790b1
--- /dev/null
+++ b/recipes/autoconf/autoconf_2.63.bb
@@ -0,0 +1,16 @@
+require autoconf.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+PARALLEL_MAKE = ""
+
+DEPENDS += "m4-native"
+RDEPENDS_${PN} = "m4 gnu-config"
+
+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)]}"