All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] capnproto: add version 0.6.1
@ 2017-09-13 11:45 Pascal Bach
  2017-09-13 20:24 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Pascal Bach @ 2017-09-13 11:45 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
---
 .../recipes-devtools/capnproto/capnproto_0.6.1.bb  | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb

diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb b/meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb
new file mode 100644
index 0000000..d900fae
--- /dev/null
+++ b/meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb
@@ -0,0 +1,28 @@
+SUMMARY = "Cap'n Proto serialization/RPC system"
+DESCRIPTION = "Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. "
+HOMEPAGE = "https://github.com/sandstorm-io/capnproto"
+SECTION = "console/tools"
+LICENSE = "MIT"
+
+PACKAGE_BEFORE_PN = "${PN}-compiler"
+
+RDEPENDS_${PN}-dev += "${PN}-compiler"
+
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=0a5b5b742baf10cc1c158579eba7fb1d"
+
+SRCREV = "c949a18da5f041a36cc218c5c4b79c7705999b4f"
+
+SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV}"
+
+EXTRA_OECMAKE += "\
+	-DBUILD_TESTING=OFF \
+  "
+
+inherit cmake
+
+S = "${WORKDIR}/git/c++"
+
+FILES_${PN}-dev += "${libdir}/cmake"
+FILES_${PN}-compiler = "${bindir}"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-13 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-13 11:45 [meta-oe][PATCH] capnproto: add version 0.6.1 Pascal Bach
2017-09-13 20:24 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.