All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] zeromq: Add zeromq socket library.
@ 2011-05-01  9:50 Siddharth Heroor
  2011-05-01  9:50 ` [PATCH 2/2] zeromq: Add version 2.1.6 Siddharth Heroor
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Siddharth Heroor @ 2011-05-01  9:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor


Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 recipes/zeromq/zeromq.inc |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 recipes/zeromq/zeromq.inc

diff --git a/recipes/zeromq/zeromq.inc b/recipes/zeromq/zeromq.inc
new file mode 100644
index 0000000..b631d98
--- /dev/null
+++ b/recipes/zeromq/zeromq.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "Socket Library that acts as a concurrency framework"
+HOMEPAGE = "http://www.zeromq.org"
+SECTION = "libs"
+LICENSE = "LGPLv3" 
+
+PR = "r1"
+
+SRC_URI = "http://download.zeromq.org/zeromq-${PV}.tar.gz"
+
+inherit autotools
-- 
1.7.0.4




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

end of thread, other threads:[~2011-09-08 10:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-01  9:50 [PATCH 1/2] zeromq: Add zeromq socket library Siddharth Heroor
2011-05-01  9:50 ` [PATCH 2/2] zeromq: Add version 2.1.6 Siddharth Heroor
2011-05-01 10:10   ` Paul Menzel
2011-05-01 15:30     ` Siddharth Heroor
2011-05-01 10:08 ` [PATCH 1/2] zeromq: Add zeromq socket library Paul Menzel
2011-05-01 15:24   ` Siddharth Heroor
2011-05-01 17:30 ` Petr Štetiar
2011-05-03 16:48   ` Siddharth Heroor
2011-05-06  9:02     ` Petr Štetiar
2011-05-06 10:09       ` Siddharth Heroor
2011-05-08 18:09         ` Petr Štetiar
2011-05-10  9:34           ` Siddharth Heroor
2011-05-10 20:35             ` Petr Štetiar
2011-09-08 10:13               ` zeromq: task configure fails with `autogen.sh: error: could not find libtool.` (was: [PATCH 1/2] zeromq: Add zeromq socket library.) Paul Menzel

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.