[yocto] Installing shared libraries ncurses for custom application

Burton, Ross ross.burton at intel.com
Fri Apr 21 09:46:40 PDT 2017


On 19 April 2017 at 17:55, Marc-Antoine Martin <martin.marcantoine at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170421/e39ea66f/attachment.html>


More information about the yocto mailing list