[yocto] DEPENDS problem with core-image-full-cmdline

Burton, Ross ross.burton at intel.com
Thu May 26 09:40:38 PDT 2016


On 26 May 2016 at 17:36, Jonathan Haws <Jonathan.Haws at sdl.usu.edu> wrote:

> I did find that if I do:
>
> DEPENDS += " batman-adv libnl"
>
> instead of
>
> DEPENDS_${PN} += " batman-adv libnl"
>

DEPENDS is built-time for the recipe, so the concept of per-package build
dependencies doesn't really make sense.

DEPENDS = "foo bar" are build dependencies
RDEPENDS_${PN} = "foo bar" are package-specific runtime dependencies.

If you have recipes that work, then submitting them to meta-oe or even just
uploading a layer onto github and then adding it to layers.openembedded.org
would be much appreciated so that others can find them.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160526/4e955f47/attachment.html>


More information about the yocto mailing list