All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libevent: recipe for 2.0.10-stable version
@ 2011-03-11  0:53 Lukas-David Gorris
  2011-03-11  8:52 ` Graeme Gregory
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas-David Gorris @ 2011-03-11  0:53 UTC (permalink / raw)
  To: openembedded-devel

From: Lukas-David Gorris <lukas.gorris@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@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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] libevent: recipe for 2.0.10-stable version
  2011-03-11  0:53 [PATCH] libevent: recipe for 2.0.10-stable version Lukas-David Gorris
@ 2011-03-11  8:52 ` Graeme Gregory
  2011-03-11 10:06   ` Lukas-David Gorris
  0 siblings, 1 reply; 4+ messages in thread
From: Graeme Gregory @ 2011-03-11  8:52 UTC (permalink / raw)
  To: openembedded-devel

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

On 11/03/2011 00:53, Lukas-David Gorris wrote:
> From: Lukas-David Gorris <lukas.gorris@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@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"
> +




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libevent: recipe for 2.0.10-stable version
  2011-03-11  8:52 ` Graeme Gregory
@ 2011-03-11 10:06   ` Lukas-David Gorris
  2011-03-11 18:44     ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas-David Gorris @ 2011-03-11 10:06 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

> 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

[-- Attachment #2: libevent_bump-2-0-10.diff --]
[-- Type: text/x-patch, Size: 1253 bytes --]

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

---
 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@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] libevent: recipe for 2.0.10-stable version
  2011-03-11 10:06   ` Lukas-David Gorris
@ 2011-03-11 18:44     ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2011-03-11 18:44 UTC (permalink / raw)
  To: openembedded-devel

On 03/11/2011 03:06 AM, Lukas-David Gorris wrote:
>> 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.

Why isn't it just called libevent_2.0.10.bb ?

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-11 18:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11  0:53 [PATCH] libevent: recipe for 2.0.10-stable version Lukas-David Gorris
2011-03-11  8:52 ` Graeme Gregory
2011-03-11 10:06   ` Lukas-David Gorris
2011-03-11 18:44     ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.