Re: [yocto] Cap'n Proto Recipe Help

2015-10-13 Thread Finn Carlsvi
" PACKAGES = "${PN}" S = "${WORKDIR}/capnproto-c++-${PV}" inherit cmake EXTRA_OECONF_append = " --with-external-capnp" Thanks again :) On Tue, Oct 13, 2015 at 2:56 PM, Burton, Ross wrote: > > On 13 October 2015 at 20:55, Finn Carlsvi wrote: > >>

Re: [yocto] Cap'n Proto Recipe Help

2015-10-13 Thread Finn Carlsvi
ss to cmake using EXTRA_OECMAKE: EXTRA_OECMAKE = "" do_configure() { export CAPNP=/usr/local/bin/capnp ${S}/configure --with-external-capnp -build=x86_64-linux --host=arm-poky-linux-gnueabi --target=arm-poky-linux-gnueabi } #

[yocto] Cap'n Proto Recipe Help

2015-10-13 Thread Finn Carlsvi
Hello, I'm attempting to create a recipe for the Cap'n Proto serialization protocol , but am still a beginner at Yocto. The only link I have found regarding the subject (so far) is this google group