summaryrefslogtreecommitdiff
path: root/packages/libevent
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libevent')
-rw-r--r--packages/libevent/libevent_1.1a.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/libevent/libevent_1.1a.bb b/packages/libevent/libevent_1.1a.bb
deleted file mode 100644
index 7cbbac2dfe..0000000000
--- a/packages/libevent/libevent_1.1a.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "The libevent API provides a mechanism to execute a callback function \
-when a specific event occurs on a file descriptor or after a timeout has been reached. \
-Furthermore, libevent also support callbacks due to signals or regular timeouts."
-HOMEPAGE = "http://www.monkey.org/~provos/libevent/"
-SECTION = "libs"
-AUTHOR = "Niels Provos <provos@citi.umich.edu>"
-LICENSE = "BSD"
-
-SRC_URI = "http://monkey.org/~provos/libevent-${PV}.tar.gz"
-
-inherit autotools
-
-do_stage() {
- autotools_stage_all
-}
-