cppzmq: derive PV from SRCPV

Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Joe Slater
2017-01-18 14:21:20 -08:00
committed by Martin Jansa
parent 591187d087
commit 68548d4564
@@ -3,7 +3,9 @@ HOMEPAGE = "http://www.zeromq.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
DEPENDS = "zeromq"
SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
PV = "4.1.5+git${SRCPV}"
SRC_URI = "git://github.com/zeromq/cppzmq.git"