diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-27 15:12:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-27 13:44:47 -0700 |
commit | e1775eb30c92b9adda8a6b62655f6fa0e0aa02ac (patch) | |
tree | 829c7137c2617e5e3437c5e7424ff373791d0a84 /meta-oe/recipes-connectivity/zeromq | |
parent | e580d4f3c98a2a3365ef4a5bf5c3972727dece65 (diff) | |
download | meta-openembedded-e1775eb30c92b9adda8a6b62655f6fa0e0aa02ac.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/zeromq')
-rw-r--r-- | meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 |
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 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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" |
5 | DEPENDS = "zeromq" | 5 | DEPENDS = "zeromq" |
6 | 6 | ||
7 | SRCREV = "d67b6352b87a238775cd17e4376b980d07fa7939" | 7 | SRCREV = "c94c20743ed7d4aa37835a5c46567ab0790d4acc" |
8 | PV = "4.9.0" | 8 | PV = "4.10.0" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https" |
11 | 11 | ||