summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/zeromq/cppzmq_4.11.0.bb
blob: 012dbe5f5746b9415022718cc5f7f2a13e49a6ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "C++ bindings for ZeroMQ"
HOMEPAGE = "http://www.zeromq.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
DEPENDS = "zeromq"

SRCREV = "3bcbd9dad2f57180aacd4b4aea292a74f0de7ef4"

SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"


inherit cmake

EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF"

ALLOW_EMPTY:${PN} = "1"

BBCLASSEXTEND = "native nativesdk"