aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLukas-David Gorris <lukas@htc-linux.org>2011-03-11 18:06:58 +0000
committerGraeme Gregory <dp@xora.org.uk>2011-03-11 13:15:14 +0000
commitbaaea72df4870806c117412eb0ee245f2b7c3d63 (patch)
tree4bc6de81f4ac2d90c250c190c797073b0a58a734 /recipes
parentd95d1126c0b2a7e9e087e94d1f751165745ce7a4 (diff)
downloadopenembedded-baaea72df4870806c117412eb0ee245f2b7c3d63.tar.gz
libevent: recipe for 2.0.10-stable version
> Your patches have been corrupted by MTA, please send as attachments. > > The transmission ones can have > > Acked-by: Graeme Gregory <dp@xora.org.uk> > > Graeme > Thanks, libevent patch attached. Best, Lukas From: Lukas-David Gorris <lukas.gorris@gmail.com> Date: Fri, 11 Mar 2011 01:47:24 +0100 Subject: [oe] [PATCH] libevent: add recipe for 2.0.10-stable version Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libevent/libevent_2.0.10-stable.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libevent/libevent_2.0.10-stable.bb b/recipes/libevent/libevent_2.0.10-stable.bb
new file mode 100644
index 0000000000..fa656dcce1
--- /dev/null
+++ b/recipes/libevent/libevent_2.0.10-stable.bb
@@ -0,0 +1,16 @@
+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"
+PR = "r0"
+
+SRC_URI = "http://monkey.org/~provos/libevent-${PV}.tar.gz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "a37401d26cbbf28185211d582741a3d4"
+SRC_URI[sha256sum] = "a4b55810a9e21e9991b86ba5e82dbc9280598cc070544c4ecef4ab91b93dfc55"
+