blob: c6bab5ec2bde9c292dced00789fde2d9189644f2 [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"
Brad Bishop7e36d532019-09-16 07:44:26 -04006LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV}"
Brad Bishop7e36d532019-09-16 07:44:26 -04009SRCREV = "3f44c6db0f0f6c0cab0633f15f15d0a2acd01d19"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
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"