cppzmq: bump version 4.2.3 => 4.3.0

There is currently no support for building tests as googletest will be replaced by catch in next version.

Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Vincent Prince
2019-04-04 15:58:58 +02:00
committed by Khem Raj
parent c2e532531e
commit b6475aee97
@@ -4,8 +4,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
DEPENDS = "zeromq"
SRCREV = "6aa3ab686e916cb0e62df7fa7d12e0b13ae9fae6"
PV = "4.2.3+git${SRCPV}"
SRCREV = "213da0b04ae3b4d846c9abc46bab87f86bfb9cf4"
PV = "4.3.0"
SRC_URI = "git://github.com/zeromq/cppzmq.git"
@@ -13,6 +13,8 @@ S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF"
PACKAGES = "${PN}-dev"
RDEPENDS_${PN}-dev = "zeromq-dev"