summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent_2.0.21.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-11 06:00:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-12 13:22:43 +0000
commit17541bee4f41eb8c9240a0d962af3f422ac894f3 (patch)
tree436ad2c9cabd83ccec03abd02debb99a0d1d47df /meta/recipes-support/libevent/libevent_2.0.21.bb
parent40962b8a4866c4797cd5daa6223f23c6ac1fac0e (diff)
downloadpoky-17541bee4f41eb8c9240a0d962af3f422ac894f3.tar.gz
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>
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.0.21.bb')
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.21.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
index 3c53de96c6..2fbe65968f 100644
--- a/meta/recipes-support/libevent/libevent_2.0.21.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.21.bb
@@ -7,9 +7,12 @@ SECTION = "libs"
7LICENSE = "BSD" 7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559"
9 9
10PR = "r0" 10PR = "r1"
11 11
12SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz" 12SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
13 file://obsolete_automake_macros.patch \
14 file://disable_tests.patch \
15"
13 16
14SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2" 17SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2"
15SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5" 18SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5"