From e1775eb30c92b9adda8a6b62655f6fa0e0aa02ac Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jun 2023 15:12:00 +0800 Subject: [PATCH] cppzmq: upgrade 4.9.0 -> 4.10.0 Changelog: ========== message_t::rebuild with string argument, like the constructor #579 Add DRAFT socket options for libzmq 4.3.2-4 #594 Add function for adding file descriptor to poller_t #595 Fix noexcept warnings #581 Disambiguation from other max functions #578 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++-- 1 file 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 1dbdc3e46a..0e1ad9af56 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 = "d67b6352b87a238775cd17e4376b980d07fa7939" -PV = "4.9.0" +SRCREV = "c94c20743ed7d4aa37835a5c46567ab0790d4acc" +PV = "4.10.0" SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"