On 19 April 2017 at 17:55, Marc-Antoine Martin <martin.marcanto...@gmail.com
> wrote:

> DEPENDS = "ncurses glibc"
> RDEPENDS_${PN} = "ncurses-libform"
>

glibc is a default dependency so you can remove that.  You can remove the
explicit RDEPENDS as bitbake will automatically add library runtime
dependencies for you.  Just have DEPENDS=ncurses, and see if that does the
right thing.

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

Reply via email to