[yocto] Cap'n Proto Recipe Help

Burton, Ross ross.burton at intel.com
Tue Oct 13 14:56:44 PDT 2015


On 13 October 2015 at 20:55, Finn Carlsvi <finncarlsvi at gmail.com> wrote:

> INSANE_SKIP_${PN} += "installed-vs-shipped"
>

You're telling the system not to warn you that you have a do_install() that
installs files that are not getting packaged anywhere.

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
> }


Here you are overriding all of the magic in cmake.bbclass that makes cmake
actually work.  You probably just want to add --with-external-capnp to
EXTRA_OECMAKE and remove your do_configure().

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20151013/fbb1fbd1/attachment.html>


More information about the yocto mailing list