aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent_2.0.21.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-04-03 18:11:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-06 20:36:06 +0100
commit08285ef71e1b506e5802eedeefc6a6650af3cb48 (patch)
tree72578a8a8ef9f8e7ddbde54b186c47d040b3d590 /meta/recipes-support/libevent/libevent_2.0.21.bb
parent1969c49b16b158324eec95da8ea56a70f8863ec9 (diff)
downloadopenembedded-core-contrib-08285ef71e1b506e5802eedeefc6a6650af3cb48.tar.gz
libevent: update 2.0.21 -> 2.0.22
Signed-off-by: Andre McCurdy <armccurdy@gmail.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.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
deleted file mode 100644
index e198f09962..0000000000
--- a/meta/recipes-support/libevent/libevent_2.0.21.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-SUMMARY = "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=45c5316ff684bcfe2f9f86d8b1279559"
-
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/levent/${BP}-stable.tar.gz \
- file://obsolete_automake_macros.patch \
- file://disable_tests.patch \
-"
-
-SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2"
-SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5"
-
-S = "${WORKDIR}/${BPN}-${PV}-stable"
-
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
-
-inherit autotools
-
-# Needed for Debian packaging
-LEAD_SONAME = "libevent-2.0.so"