c-capnproto: add package
authorJoel Carlson <joelsoncarl@gmail.com>
Thu, 1 Aug 2019 09:44:40 +0000 (11:44 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 1 Aug 2019 09:47:04 +0000 (11:47 +0200)
commitb6a06140cd128cbfc8b53e0e726d952f8e1c2ffc
tree7de29941ac076a66ce6442da982bd1cb33370b0d
parent2b79e7c96e91988f6aaa86a045e91e2a79c74222
c-capnproto: add package

Adds the c-capnproto package. This creates a C plugin for the regular
capnproto capnpc compiler. It supports only serialization (no RPC).

Since it depends on capnproto, the package selects capnproto and has the
same requirements as capnproto.

The host version is always needed for the code generator, which is what
gets called by packages using it. The target version is also always
needed for the library. Therefore, no Config.in.host option is needed.

We need to use the git download method because the package has
submodules. The submodule is gtest, which is not really needed, but it's
complicated to remove the dependency.

The version is the latest upstream git hash. It is version 0.3 with just
two patches applied: one to the README file, and a fix submitted by us.

Signed-off-by: Joel Carlson <JoelsonCarl@gmail.com>
[Arnout:
 - use latest upstream version which has patch already applied;
 - mark in Config.in that dependencies come from capnproto;
 - add some newlines to .mk file;
 - updated commit message.]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
DEVELOPERS
package/Config.in
package/c-capnproto/Config.in [new file with mode: 0644]
package/c-capnproto/c-capnproto.hash [new file with mode: 0644]
package/c-capnproto/c-capnproto.mk [new file with mode: 0644]