summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent_1.4.14b.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libevent/libevent_1.4.14b.bb')
-rw-r--r--meta/recipes-support/libevent/libevent_1.4.14b.bb19
1 files changed, 0 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"