On Thu, Aug 4, 2011 at 10:55 PM, Koen Kooi <[email protected]> wrote: > Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: > >> On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi <[email protected]> >> wrote: >>> >>> Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: >>> >>>> On 08/04/2011 10:28 PM, Koen Kooi wrote: >>>>> >>>>> Op 5 aug. 2011, om 04:23 heeft Saul Wold het volgende geschreven: >>>>> >>>>>> On 08/01/2011 04:08 AM, Koen Kooi wrote: >>>>>>> Tested with gnome-icon-theme and libsoup recipes on angstrom. >>>>>>> >> >> Can someone explain why this patch added the dependency to the global >> RDEPENDS, rather than the RDEPENDS_<pkg> for the pkg in question? > > Ah, I assumed it was local to 'pkg' when iterating over packages. > > So should it be: > > rdepends = bb.data.getVar('RDEPENDS_%s' % pkg, d, 1) > > [..] > > bb.data.setVar('RDEPENDS_%s' % pkg, rdepends, d)
Perhaps it is, I haven't read the code that closely. I just noticed that the pkg_postinst below did use the pkg suffix, and assumed. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
