From: Frans Meulenbroeks Date: Sat, 25 Sep 2010 08:59:39 +0000 (+0200) Subject: libevent: added 1.4.14b-stable; DP = "-1" until more tested X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9156b88e1a45bc0de9820bed8cfa8fcb6b3c88b1;p=openembedded.git libevent: added 1.4.14b-stable; DP = "-1" until more tested Signed-off-by: Frans Meulenbroeks --- 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 0000000000..d211c82023 --- /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 " +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"