[oe] [PATCH 1/2] zeromq: Add zeromq socket library.

Siddharth Heroor heroor at gmail.com
Sun May 1 09:50:48 UTC 2011


Signed-off-by: Siddharth Heroor <heroor at 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





More information about the Openembedded-devel mailing list