Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Ilya Dmitrichenko <errordeveloper@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] zeromq: added version 2.1.9 zeromq.inc
Date: Thu,  8 Sep 2011 02:04:33 +0100	[thread overview]
Message-ID: <1315443873-16271-1-git-send-email-errordeveloper@gmail.com> (raw)

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
---
 recipes/zeromq/zeromq.inc      |   22 ++++++++++++++++++++++
 recipes/zeromq/zeromq_2.1.6.bb |   17 ++---------------
 recipes/zeromq/zeromq_2.1.7.bb |    8 ++++++++
 recipes/zeromq/zeromq_2.1.9.bb |    6 ++++++
 4 files changed, 38 insertions(+), 15 deletions(-)
 create mode 100644 recipes/zeromq/zeromq.inc
 create mode 100644 recipes/zeromq/zeromq_2.1.7.bb
 create mode 100644 recipes/zeromq/zeromq_2.1.9.bb

diff --git a/recipes/zeromq/zeromq.inc b/recipes/zeromq/zeromq.inc
new file mode 100644
index 0000000..e23bf76
--- /dev/null
+++ b/recipes/zeromq/zeromq.inc
@@ -0,0 +1,22 @@
+DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework"
+HOMEPAGE = "http://www.zeromq.org"
+LICENSE = "LGPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=66ea8704398d7996daeacd2fbd2b9dbd"
+
+INC_PR = "r0"
+
+DEPENDS += "util-linux-ng"
+
+S = "${WORKDIR}/zeromq-${PV}"
+
+## All current releases are kept here:
+SRC_URI = "http://download.zeromq.org/zeromq-${PV}.tar.gz"
+## obsolete release are being move to:
+#SRC_URI = "http://download.zeromq.org/historic/zeromq-${PV}.tar.gz"
+## Perhaps we should use git tags instead.
+
+inherit autotools
+
+do_configure_prepend() {
+	./autogen.sh
+}
diff --git a/recipes/zeromq/zeromq_2.1.6.bb b/recipes/zeromq/zeromq_2.1.6.bb
index ec291f5..8b06571 100644
--- a/recipes/zeromq/zeromq_2.1.6.bb
+++ b/recipes/zeromq/zeromq_2.1.6.bb
@@ -1,21 +1,8 @@
-DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework"
-HOMEPAGE = "http://www.zeromq.org"
-LICENSE = "LGPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=66ea8704398d7996daeacd2fbd2b9dbd"
+require zeromq.inc
 
 PR = "r0"
 
-DEPENDS += "util-linux-ng"
-
-S = "${WORKDIR}/zeromq-${PV}"
-
-SRC_URI = "http://download.zeromq.org/zeromq-${PV}.tar.gz"
-
-inherit autotools
-
-do_configure_prepend() {
-	./autogen.sh
-}
+SRC_URI = "http://download.zeromq.org/historic/zeromq-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "77b9ca20e8f2426874022080f41d7b0b"
 SRC_URI[sha256sum] = "a1bbb352a9dbf34b18a3999b22a8db2d51e4a52508d098528d771811533f9fd0"
diff --git a/recipes/zeromq/zeromq_2.1.7.bb b/recipes/zeromq/zeromq_2.1.7.bb
new file mode 100644
index 0000000..1be6002
--- /dev/null
+++ b/recipes/zeromq/zeromq_2.1.7.bb
@@ -0,0 +1,8 @@
+require zeromq.inc
+
+PR = "r0"
+
+SRC_URI = "http://download.zeromq.org/historic/zeromq-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "7d3120f8a8fb913a7e55c57c6eb024f3"
+SRC_URI[sha256sum] = "2a1416d0a3ea55ae17d43417fd9bd193412cc9101e144bc8d3bd19fe36816e0d"
diff --git a/recipes/zeromq/zeromq_2.1.9.bb b/recipes/zeromq/zeromq_2.1.9.bb
new file mode 100644
index 0000000..7028891
--- /dev/null
+++ b/recipes/zeromq/zeromq_2.1.9.bb
@@ -0,0 +1,6 @@
+require zeromq.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "94c5e0262a79c5f82bc0b178c1f8a33d"
+SRC_URI[sha256sum] = "f3542f756687e622beef3a75c8e027fe2d95d4654350cbca4c070ffc58d9ace0"
-- 
1.7.3.4




                 reply	other threads:[~2011-09-08  0:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1315443873-16271-1-git-send-email-errordeveloper@gmail.com \
    --to=errordeveloper@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox