Re: [yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Dr . Matthias Schöpfer
Hi Paul et al, i.A. Dr.-Ing. Matthias Schöpfer | ithinx GmbH | Software Engineer Phone: +49 (221) 99589-332 | Fax: +49 (221) 99 589-199 | E-Mail: matthias.schoep...@ithinx.io On 08/17/2017 12:00 PM, Paul Eggleton wrote: > Which package backend (rpm / ipk / deb) ? its rpm. Regards,

Re: [yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Paul Eggleton
On Thursday, 17 August 2017 9:55:09 PM NZST Dr. Matthias Schöpfer wrote: On 08/17/2017 11:27 AM, Paul Eggleton wrote: > > On Thursday, 17 August 2017 8:43:41 PM NZST Dr. Matthias Schöpfer wrote: > >> Here is my problem, maybe I misunderstood something. I have a library > >> recipe, lets name it

[yocto] RDEPENDS on package does not include package in rootfs

2017-08-17 Thread Dr . Matthias Schöpfer
Hi yocto community! Here is my problem, maybe I misunderstood something. I have a library recipe, lets name it foo, that DEPENDS on mosquitto from meta-intel-iot-middleware. I added a RDEPENDS_${PN} += " libmosquitto1 ", as the mosquitto package adds this extra package for the mosquitto library,