summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2018-03-02 16:46:23 -0500
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:15:50 -0700
commit933cef83ebab893c9f6cf3f2ea8a830a23bc65cc (patch)
tree81514b8b735a55899c7c55b66a182cd5b870a5df
parent50ad136fe723d11e6febf1a7779ec5bdb1d12134 (diff)
downloadmeta-openembedded-933cef83ebab893c9f6cf3f2ea8a830a23bc65cc.tar.gz
cppzmq: 4.2.3 update
Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index a64745c94..4920bce8c 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
5DEPENDS = "zeromq" 5DEPENDS = "zeromq"
6 6
7SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848" 7SRCREV = "6aa3ab686e916cb0e62df7fa7d12e0b13ae9fae6"
8PV = "4.1.5+git${SRCPV}" 8PV = "4.2.3+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/zeromq/cppzmq.git" 10SRC_URI = "git://github.com/zeromq/cppzmq.git"
11 11