mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
17541bee4f
- 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>
16 lines
651 B
Diff
16 lines
651 B
Diff
Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603774&group_id=50884&atid=461322]
|
|
|
|
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
|
diff -Nurd libevent-2.0.21-stable/configure.in libevent-2.0.21-stable/configure.in
|
|
--- libevent-2.0.21-stable/configure.in 2012-11-18 08:34:13.000000000 +0200
|
|
+++ libevent-2.0.21-stable/configure.in 2013-02-08 02:03:58.403476183 +0200
|
|
@@ -12,7 +12,7 @@
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
AM_INIT_AUTOMAKE(libevent,2.0.21-stable)
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version])
|
|
|
|
dnl Initialize prefix.
|