On 26 May 2016 at 17:36, Jonathan Haws <[email protected]> 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
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to