mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 06:28:30 +00:00
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>
22 lines
500 B
BlitzBasic
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"
|