Joe Slater 68548d4564 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>
2017-01-25 15:59:59 +01:00

22 lines
500 B
BlitzBasic

DESCRIPTION = "C++ bindings for ZeroMQ"
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"
S = "${WORKDIR}/git"
do_install () {
install -d ${D}/usr/include
install -m 0755 ${S}/zmq.hpp ${D}/usr/include/
}
PACKAGES = "${PN}-dev"
RDEPENDS_${PN}-dev = "zeromq-dev"