Re: [yocto] RDEPENDS is ignored when building rootfs

2018-03-28 Thread rtillet
All, I figured out and solved my issue. In fact the trouble was not due to the RDEPENDS value, but only to the fact that the recipe name (folder and bb file) contained one upper case later in their names. It seems that to avoid any issue, this is important to not use upper case letter in

Re: [yocto] RDEPENDS is ignored when building rootfs

2018-03-28 Thread rtillet
Hello Ross, Thanks for your quick reply, but I have already tried your suggests: Without "RDEPENDS", libncurses.is is not in the rootFs, With "REDEPENDS=ncurses-libncurses", is not in the rootFs also. I'm sure that the library is not called from a dlopen. The only way to make to work is to add