blob: 6ca3613db359143735680593937732708d150b1a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Cap'n Proto serialization/RPC system"
2DESCRIPTION = "Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. "
3HOMEPAGE = "https://github.com/sandstorm-io/capnproto"
4SECTION = "console/tools"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://../LICENSE;md5=0a5b5b742baf10cc1c158579eba7fb1d"
7
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV}"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009SRCREV = "c949a18da5f041a36cc218c5c4b79c7705999b4f"
10
11S = "${WORKDIR}/git/c++"
12
13inherit cmake
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
15EXTRA_OECMAKE += "\
16 -DBUILD_TESTING=OFF \
17"
18
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019FILES_${PN}-compiler = "${bindir}"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020
21PACKAGE_BEFORE_PN = "${PN}-compiler"
22RDEPENDS_${PN}-dev += "${PN}-compiler"
23
Brad Bishopd7bf8c12018-02-25 22:55:05 -050024BBCLASSEXTEND = "native nativesdk"