[oe-commits] Frans Meulenbroeks : libevent: added 1.4.14b-stable; DP = "-1" until more tested

git version control git at git.openembedded.org
Sat Sep 25 09:01:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9156b88e1a45bc0de9820bed8cfa8fcb6b3c88b1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9156b88e1a45bc0de9820bed8cfa8fcb6b3c88b1

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 25 10:59:39 2010 +0200

libevent: added 1.4.14b-stable; DP = "-1" until more tested

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/libevent/libevent_1.4.14b-stable.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/libevent/libevent_1.4.14b-stable.bb b/recipes/libevent/libevent_1.4.14b-stable.bb
new file mode 100644
index 0000000..d211c82
--- /dev/null
+++ b/recipes/libevent/libevent_1.4.14b-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"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://monkey.org/~provos/libevent-${PV}.tar.gz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "a00e037e4d3f9e4fe9893e8a2d27918c"
+SRC_URI[sha256sum] = "afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301"





More information about the Openembedded-commits mailing list