summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-12-20 13:23:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:25 +0000
commitbd36ddf66d083b4823747c6f8c646716ecbb9d8a (patch)
tree75c2d0ada1f116a50ea610e1ae393bc46d0430bb /meta/recipes-support/libevent
parente0ce1d7a94b93a37b78f2f8f4b1bad1c31dd20a6 (diff)
downloadpoky-bd36ddf66d083b4823747c6f8c646716ecbb9d8a.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. (From OE-Core rev: 03d572f3e1ec25502429b46e2b441a73ccd20061) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevent')
-rw-r--r--meta/recipes-support/libevent/libevent_1.4.14b.bb19
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.16.bb22
2 files changed, 22 insertions, 19 deletions
diff --git a/meta/recipes-support/libevent/libevent_1.4.14b.bb b/meta/recipes-support/libevent/libevent_1.4.14b.bb
deleted file mode 100644
index 36468dc04f..0000000000
--- a/meta/recipes-support/libevent/libevent_1.4.14b.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "An asynchronous event notification library"
2DESCRIPTION = "An asynchronous event notification library"
3HOMEPAGE = "http://www.monkey.org/~provos/libevent/"
4SECTION = "libs"
5
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://event.c;endline=26;md5=bc20aa63bf60c36c2d8edb77746f6b7c"
8
9PR = "r0"
10
11SRC_URI = "http://www.monkey.org/~provos/${BPN}-${PV}-stable.tar.gz"
12
13SRC_URI[md5sum] = "a00e037e4d3f9e4fe9893e8a2d27918c"
14SRC_URI[sha256sum] = "afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301"
15S = "${WORKDIR}/${BPN}-${PV}-stable"
16
17inherit autotools
18
19LEAD_SONAME = "libevent-1.4.so"
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 @@
1SUMMARY = "An asynchronous event notification library"
2DESCRIPTION = "An asynchronous event notification library"
3HOMEPAGE = "http://libevent.org/"
4BUGTRACKER = "http://sourceforge.net/tracker/?group_id=50884&atid=461322"
5SECTION = "libs"
6
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45"
9
10PR = "r0"
11
12SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz"
13
14SRC_URI[md5sum] = "899efcffccdb3d5111419df76e7dc8df"
15SRC_URI[sha256sum] = "a578c7bcaf3bab1cc7924bd4d219f2ea621ab8c51dfc4f886e234b6ef4d38295"
16
17S = "${WORKDIR}/${BPN}-${PV}-stable"
18
19inherit autotools
20
21# Needed for Debian packaging
22LEAD_SONAME = "libevent-2.0.so"