aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-10-03 16:44:28 +0200
committerKhem Raj <raj.khem@gmail.com>2020-10-03 16:24:12 -0700
commit8be51fd9a5023b9d923540ed85cbc7abc35e945c (patch)
tree31e5f8a18fd16ec9535b485a1c1e25be9604cfc7
parenta599b850dc124444d06fbb5d48734c134325ac0c (diff)
downloadmeta-openembedded-contrib-8be51fd9a5023b9d923540ed85cbc7abc35e945c.tar.gz
cppzmq: upgrade 4.6.0 -> 4.7.0
See full changelog: https://github.com/zeromq/cppzmq/releases/tag/v4.7.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@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 0b66970a9d..9f68eb48a3 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"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
DEPENDS = "zeromq"
-SRCREV = "8d5c9a88988dcbebb72939ca0939d432230ffde1"
-PV = "4.6.0"
+SRCREV = "fef905d5982aaeb4f4bac5cccbdf8bea72728a10"
+PV = "4.7.0"
SRC_URI = "git://github.com/zeromq/cppzmq.git"