Hey,
without having a closer look it sounds like you could use the
'HostBuild'-functionality for building required host tools in advance.
I can recommend the 'fribidi' or 'lua' package to have a look at how
HostBuilds work. The file 'include/host-build.mk' might contribute
towards better under
Hi,
On 7 June 2011 11:43, Obinou wrote:
> I'm *not* very happy with my work on this:
> Building this package create the "protoc" tool to create some C++ files.
> But since it is cross-compiling, of course the protoc tool that is build is
> made for the target.
> So, later during the build, when t
Hello,
This patch adds the Protobuf library into feeds/packages.
Protobuf ( http://code.google.com/p/protobuf/ ) is a way of encoding structured
data in an efficient yet extensible format.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
It's vaguely