summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent_2.0.16.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-12-20 13:23:06 -0800
committerSaul Wold <sgw@linux.intel.com>2012-01-02 20:26:24 -0800
commit03d572f3e1ec25502429b46e2b441a73ccd20061 (patch)
treeeaf83cc473cf49543ce74ae1174fd16046713bc7 /meta/recipes-support/libevent/libevent_2.0.16.bb
parent8c370eaf4e3dbe2e33c499991d367606b68c7ee9 (diff)
downloadopenembedded-core-contrib-03d572f3e1ec25502429b46e2b441a73ccd20061.tar.gz
libevent: upgrade to 2.0.16
Updated HOMEPAGE and SRC_URI to reflect project's new home. From the whatsnew-2.0.txt document: COMPATIBILITY: Nearly all existing code that worked with Libevent 1.4 should still work correctly with Libevent 2.0. So this upgrade is expected to be safe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.0.16.bb')
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.16.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.16.bb b/meta/recipes-support/libevent/libevent_2.0.16.bb
new file mode 100644
index 0000000000..6da3d94fec
--- /dev/null
+++ b/meta/recipes-support/libevent/libevent_2.0.16.bb
@@ -0,0 +1,22 @@
+SUMMARY = "An asynchronous event notification library"
+DESCRIPTION = "An asynchronous event notification library"
+HOMEPAGE = "http://libevent.org/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=50884&atid=461322"
+SECTION = "libs"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45"
+
+PR = "r0"
+
+SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz"
+
+SRC_URI[md5sum] = "899efcffccdb3d5111419df76e7dc8df"
+SRC_URI[sha256sum] = "a578c7bcaf3bab1cc7924bd4d219f2ea621ab8c51dfc4f886e234b6ef4d38295"
+
+S = "${WORKDIR}/${BPN}-${PV}-stable"
+
+inherit autotools
+
+# Needed for Debian packaging
+LEAD_SONAME = "libevent-2.0.so"