Re: [yocto] RDEPENDS is ignored when building rootfs

2018-03-28 Thread rtillet
in recipe folder and file names. Thanks. Raphaël. - Mail original - De: rtil...@free.fr À: "Ross Burton" <ross.bur...@intel.com> Cc: yocto@yoctoproject.org Envoyé: Mercredi 28 Mars 2018 18:17:12 Objet: Re: [yocto] RDEPENDS is ignored when building rootfs Hello Ross, Thanks for

Re: [yocto] RDEPENDS is ignored when building rootfs

2018-03-28 Thread rtillet
- For the beaglebone. If you have any others suggestions, feel free. Raphaël. - Mail original - De: "Ross Burton" <ross.bur...@intel.com> À: "Raphaël TILLET" <rtil...@free.fr> Cc: yocto@yoctoproject.org Envoyé: Mercredi 28 Mars 2018 17:57:17 Objet: Re: [yo

Re: [yocto] RDEPENDS is ignored when building rootfs

2018-03-28 Thread Burton, Ross
On 28 March 2018 at 16:00, Raphaël TILLET wrote: > I’m using « Pyro », and have built a very simple recipe. The build program > Inside the recipe needs « libncurses.so » at run time, so I have added to my > recipe the following : > > DEPENDS_{PN} = « ncurses » > RDEPENDS_${PN}= «

[yocto] RDEPENDS is ignored when building rootfs

2018-03-28 Thread Raphaël TILLET
Hi, I’m using « Pyro », and have built a very simple recipe. The build program Inside the recipe needs « libncurses.so » at run time, so I have added to my recipe the following : - DEPENDS_{PN} = « ncurses » - RDEPENDS_${PN}= «  ncurses-libform » The build is ok, but my final RootFs does not