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:43 +0000 (13:22 +0000)
commit8b8acadda48ebe9c109040e9dc2983e005e2ae9d
tree5d40b8d03810663f4af5b5b935698a8c3f4bc211
parent0943e63f415d8c6707e649666cafcc59ba25cfaf
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.

(From OE-Core rev: 751b5e76768d9fa4e40405a12ad008aa9af1561d)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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