mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user