2018-07-18 13:37 GMT+02:00 Zoran Stojsavljevic <zoran.stojsavlje...@gmail.com>:
> do_install() {
>     install -d ${D}${bindir}
>     install -m 0755 cannelloni ${D}${bindir}
> }

You are installing only the executable binary here, but not the
corresponding library. Just remove the do_install function altogether,
and cmake class should take care of the installation properly.

Alex
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to