mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
b402a3076f
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
466 B
BlitzBasic
21 lines
466 B
BlitzBasic
DESCRIPTION = "C++ bindings for ZeroMQ"
|
|
HOMEPAGE = "http://www.zeromq.org"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
|
|
DEPENDS = "zeromq"
|
|
|
|
SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614"
|
|
PV = "4.8.1"
|
|
|
|
SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF"
|
|
|
|
PACKAGES = "${PN}-dev"
|
|
|
|
RDEPENDS:${PN}-dev = "zeromq-dev"
|