From bd36ddf66d083b4823747c6f8c646716ecbb9d8a Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 20 Dec 2011 13:23:06 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/libevent/libevent_1.4.14b.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta/recipes-support/libevent/libevent_1.4.14b.bb (limited to 'meta/recipes-support/libevent/libevent_1.4.14b.bb') 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 @@ -SUMMARY = "An asynchronous event notification library" -DESCRIPTION = "An asynchronous event notification library" -HOMEPAGE = "http://www.monkey.org/~provos/libevent/" -SECTION = "libs" - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://event.c;endline=26;md5=bc20aa63bf60c36c2d8edb77746f6b7c" - -PR = "r0" - -SRC_URI = "http://www.monkey.org/~provos/${BPN}-${PV}-stable.tar.gz" - -SRC_URI[md5sum] = "a00e037e4d3f9e4fe9893e8a2d27918c" -SRC_URI[sha256sum] = "afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301" -S = "${WORKDIR}/${BPN}-${PV}-stable" - -inherit autotools - -LEAD_SONAME = "libevent-1.4.so" -- cgit v1.2.3-54-g00ecf