I'm now using automake-1.13 patched so that AM_CONFIG_HEADER is supported. There's no longer patches that merely replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS, though I've done that as part of these patches when ever applicable.
- ML The following changes since commit adfa83bfa1ccb52b1a5d086aff36fe27271d0e59: dbus-native: Don't install dbus-launch (2013-02-08 14:46:13 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/am13 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13 Marko Lindqvist (6): libevent: fix build with automake-1.13 texinfo: remove help2man dependency libidn: remove help2man dependency systemtap: replace obsolete automake macros with working ones diffutils: replace obsolete automake macros with working ones gamin: replace obsolete automake macros with working ones .../diffutils-3.2/obsolete_automake_macros.patch | 14 ++++ meta/recipes-extended/diffutils/diffutils_3.2.bb | 6 +- .../gamin-0.1.10/obsolete_automake_macros.patch | 23 ++++++ meta/recipes-extended/gamin/gamin_0.1.10.bb | 6 +- .../libidn/libidn/dont-depend-on-help2man.patch | 23 ++++++ meta/recipes-extended/libidn/libidn_1.26.bb | 6 +- .../texinfo-4.13a/dont-depend-on-help2man.patch | 79 ++++++++++++++++++++ meta/recipes-extended/texinfo/texinfo_4.13a.bb | 3 +- .../systemtap/obsolete_automake_macros.patch | 27 +++++++ meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- meta/recipes-kernel/systemtap/systemtap_git.inc | 1 + .../libevent/libevent-2.0.21/disable_tests.patch | 15 ++++ .../libevent-2.0.21/obsolete_automake_macros.patch | 15 ++++ meta/recipes-support/libevent/libevent_2.0.21.bb | 7 +- 14 files changed, 217 insertions(+), 10 deletions(-) create mode 100644 meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch create mode 100644 meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch create mode 100644 meta/recipes-extended/libidn/libidn/dont-depend-on-help2man.patch create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/dont-depend-on-help2man.patch create mode 100644 meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch create mode 100644 meta/recipes-support/libevent/libevent-2.0.21/disable_tests.patch create mode 100644 meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
