summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf/autoconf_2.68.bb
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2012-07-19 13:33:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:22 +0100
commit71105cce11ac2c6725a92d02394c81f6dfc29952 (patch)
tree4b81749ca8ebe14e30a1591bc17e32ecee95a943 /meta/recipes-devtools/autoconf/autoconf_2.68.bb
parent28bc1f577482dd98c0acacbf93f8940b1d3e427a (diff)
downloadpoky-71105cce11ac2c6725a92d02394c81f6dfc29952.tar.gz
autoconf: updated to 2.69
Tested with core-image-sato-sdk and lib32-core-image-sato-sdk. This update was done mainly because multilib builds failed on master with this error: | autoreconf: running: aclocal -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ --force --warnings=cross | aclocal: warning: unknown warning category 'cross' | configure.ac:18: error: Autoconf version 2.69 or higher is required (From OE-Core rev: effb75d42098b3e367d393215fd5d52a0191e954) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf_2.68.bb')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.68.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
deleted file mode 100644
index 8d466e09f5..0000000000
--- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1require autoconf.inc
2
3PR = "r7"
4
5PARALLEL_MAKE = ""
6
7LICENSE = "GPLv2 & GPLv3"
8LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
9 file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504"
10SRC_URI += "file://autoreconf-include.patch \
11 file://autoreconf-exclude.patch \
12 file://autoreconf-foreign.patch \
13 file://autoreconf-gnuconfigize.patch \
14 file://autoheader-nonfatal-warnings.patch \
15 ${@['file://path_prog_fixes.patch', ''][bb.data.inherits_class('native', d) or bb.data.inherits_class('nativesdk', d)]} \
16 file://config_site.patch \
17 file://remove-usr-local-lib-from-m4.patch \
18 "
19
20SRC_URI[md5sum] = "864d785215aa60d627c91fcb21b05b07"
21SRC_URI[sha256sum] = "c491fb273fd6d4ca925e26ceed3d177920233c76d542b150ff35e571454332c8"
22
23SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch"
24
25EXTRA_OECONF += "ac_cv_path_M4=m4"
26
27BBCLASSEXTEND = "native nativesdk"