<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 26 May 2016 at 17:36, Jonathan Haws <span dir="ltr"><<a href="mailto:Jonathan.Haws@sdl.usu.edu" target="_blank">Jonathan.Haws@sdl.usu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":29u" class="a3s aXjCH m154edeccda843dc7">I did find that if I do:<br>
<br>
DEPENDS += " batman-adv libnl"<br>
<br>
instead of<br>
<br>
DEPENDS_${PN} += " batman-adv libnl"</div></blockquote></div><br>DEPENDS is built-time for the recipe, so the concept of per-package build dependencies doesn't really make sense.</div><div class="gmail_extra"><br></div><div class="gmail_extra">DEPENDS = "foo bar" are build dependencies</div><div class="gmail_extra">RDEPENDS_${PN} = "foo bar" are package-specific runtime dependencies.</div><div class="gmail_extra"><br></div><div class="gmail_extra">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 <a href="http://layers.openembedded.org">layers.openembedded.org</a> would be much appreciated so that others can find them.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Ross</div></div>