summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent_2.0.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.0.21.bb')
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.21.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
new file mode 100644
index 0000000000..5a1ff3b1b0
--- /dev/null
+++ b/meta/recipes-support/libevent/libevent_2.0.21.bb
@@ -0,0 +1,26 @@
1SUMMARY = "An asynchronous event notification library"
2HOMEPAGE = "http://libevent.org/"
3BUGTRACKER = "http://sourceforge.net/tracker/?group_id=50884&atid=461322"
4SECTION = "libs"
5
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559"
8
9PR = "r1"
10
11SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
12 file://obsolete_automake_macros.patch \
13 file://disable_tests.patch \
14"
15
16SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2"
17SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5"
18
19S = "${WORKDIR}/${BPN}-${PV}-stable"
20
21EXTRA_OECONF = "--disable-openssl"
22
23inherit autotools
24
25# Needed for Debian packaging
26LEAD_SONAME = "libevent-2.0.so"