]> code.ossystems Code Review - openembedded-core.git/commit
libevent: fix build with automake-1.13
authorMarko Lindqvist <cazfi74@gmail.com>
Mon, 11 Feb 2013 04:00:18 +0000 (06:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Feb 2013 13:22:13 +0000 (13:22 +0000)
commit751b5e76768d9fa4e40405a12ad008aa9af1561d
tree9b8c0283a07362c5ee97e9bac6602a2740272a94
parent81b8c36641994dc7a4e025f2d43f9ce57d04b6f0
libevent: 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.

- Use of $(top_srcdir) in TESTS is an error causing automake-1.13
  to abort. Disable the tests completely.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/libevent/libevent-2.0.21/disable_tests.patch [new file with mode: 0644]
meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch [new file with mode: 0644]
meta/recipes-support/libevent/libevent_2.0.21.bb