On Saturday 02 November 2013 11:22:07 Saul Wold wrote: > > +DEPENDS = "tcl" > > +RDEPENDS_${PN} = "tcl" > > You don't need an RDEPENDS_${PN} if it matches with the DEPENDS
For the sake of others reading, it's not as simple as that. DEPENDS is for build-time dependencies, RDEPENDS is for runtime dependencies; if tcl is needed both at build time and at runtime, and the runtime dependency isn't a shared library dependency, it would be valid to have both in the recipe. It depends on the situation. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core