Skip to content

Commit

Permalink
cppzmq: upgrade 4.8.1 -> 4.9.0
Browse files Browse the repository at this point in the history
Changelog:
==========
Type-safe socket.get(sockopt::type) openembedded#523
GCC C++14 fix openembedded#553
Support ZMQ_ONLY_FIRST_SUBSCRIBE openembedded#558
Add pkg-config file and instructions openembedded#564 openembedded#570
Fix missing include openembedded#568
Fix monitor test failures openembedded#576
Improved documentation openembedded#519 openembedded#524

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Oct 18, 2022
1 parent 0afaceb commit 7794625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
DEPENDS = "zeromq"

SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614"
PV = "4.8.1"
SRCREV = "d67b6352b87a238775cd17e4376b980d07fa7939"
PV = "4.9.0"

SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"

Expand Down

0 comments on commit 7794625

Please sign in to comment.