mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-23 04:00:09 +00:00
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. I tried backporting Richard's master change but there where many merge conflicts. I went the lazy route and ran the script. This is work based on "b402a3076 recipes: Update SRC_URI branch and protocols" Signed-off-by: Armin Kuster <akuster808@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"
|