[yocto] [Chicken and Egg problem] Defining RDEPENDS of the package itself!

Alexander Kanavin alex.kanavin at gmail.com
Wed Jul 18 04:49:04 PDT 2018


2018-07-18 13:37 GMT+02:00 Zoran Stojsavljevic <zoran.stojsavljevic at 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


More information about the yocto mailing list