]> code.ossystems Code Review - openembedded-core.git/commit
curl: fix build with automake-1.13
authorMarko Lindqvist <cazfi74@gmail.com>
Tue, 15 Jan 2013 11:52:11 +0000 (13:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jan 2013 11:54:45 +0000 (11:54 +0000)
commit54a945a5e67c44be3e0b21114b7ca3abf8d99ada
treef9c85e78dac5f64fcdec685ef6144722c8c4a8c9
parent074566f49be59b2f507ba427f258e1ca345da3c9
curl: fix build with automake-1.13

Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
Remove AC_CONFIG_MACRO_DIR override that caused aclocal to fail
since it didn't get m4-directory information.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/curl/curl-7.28.1/dont_override_ac_config_macro_dir.patch [new file with mode: 0644]
meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch [new file with mode: 0644]
meta/recipes-support/curl/curl_7.28.1.bb