[oe] [PATCH] libevent: recipe for 2.0.10-stable version

Lukas-David Gorris lukas at htc-linux.org
Fri Mar 11 00:53:28 UTC 2011


From: Lukas-David Gorris <lukas.gorris at gmail.com>
Date: Fri, 11 Mar 2011 01:47:24 +0100
Subject: [PATCH 3/3] libevent: add recipe for 2.0.10-stable version

---
 recipes/libevent/libevent_2.0.10-stable.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 recipes/libevent/libevent_2.0.10-stable.bb

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 0000000..fa656dc
--- /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 at 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"
+
-- 
1.7.1






More information about the Openembedded-devel mailing list