[OE-core] [PATCH 17/24] zeromq: Add recipe

Khem Raj raj.khem at gmail.com
Fri Jun 28 22:04:02 UTC 2013


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-devtools/python/zeromq_3.2.2.bb |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta/recipes-devtools/python/zeromq_3.2.2.bb

diff --git a/meta/recipes-devtools/python/zeromq_3.2.2.bb b/meta/recipes-devtools/python/zeromq_3.2.2.bb
new file mode 100644
index 0000000..4929bba
--- /dev/null
+++ b/meta/recipes-devtools/python/zeromq_3.2.2.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "ZeroMQ - Intelligent Transport Layer"
+HOMEPAGE = " http://github.com/zeromq/pyzmq/"
+SECTION = "devel/python"
+LICENSE = "LGPL-3.0 + EXCEPTION"
+LIC_FILES_CHKSUM = " \
+                    file://COPYING.LESSER;md5=ad8c3bd15d88ea9d4509fc89bebc915c \
+                   "
+#
+# libpthread  --  libc
+# libuuid     --  util-linux
+#
+DEPENDS = "util-linux "
+RDEPENDS_${PN} = "util-linux "
+
+PR = "r1"
+
+SRC_URI = " \
+  http://download.zeromq.org/${PN}-${PV}.tar.gz \
+"
+SRC_URI[md5sum] = "df68431d9300da84a1a5f9a2784e33de"
+SRC_URI[sha256sum] = "2b4eeda60fe47a9fa0804d53d76f656665c5f84dab7e63a1d496d9430b554f99"
+
+inherit autotools binconfig pkgconfig
+
-- 
1.7.9.5




More information about the Openembedded-core mailing list