[OE-core] glib2.0 and dbus dependency

Yi Qingliang niqingliang2003 at gmail.com
Fri Jan 11 10:06:29 UTC 2013


On Friday, January 11, 2013 02:52:12 AM Martin Jansa wrote:
> On Fri, Jan 11, 2013 at 09:18:06AM +0000, Yi Qingliang wrote:
> > On Thursday, January 10, 2013 11:42:53 AM Martin Jansa wrote:
> > > On Thu, Jan 10, 2013 at 06:31:22PM +0000, Yi Qingliang wrote:
> > > > when compiling using 4 threads, I got following error.
> > > > the glib2.0-native want find dbus header file.
> > > > If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
> > > > 
> > > > when grep glib2.0 bb files, I can't find dbus in dependency, why?
> > > 
> > > It was causing cyclic dependency at least when dbus tests were enabled,
> > > I'm not sure if this was resolved already.
> > 
> > cyclic dependency???? OMG, do they really need 'cyclic dependency'?
> > splitting them cannot solve 'cyclic dependency'? am i right?
> 
> Please check first if this is still valid:
> http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-December/027987
> .html
> 
> I think it was resolved somewhere, but I'm not sure or you can just add
> it and see if it fails :).
indeed, I can't got 'just add "what"',
maybe you mean just add 'dbus' in glib2.0's DEPENDS?

 I checked the glib2.0, found:
RDEPENDS_${PN}-ptest += "\
		......
            python-dbus \
           "
and the 'python-dbus' depends on 'dbus'.
but for glib2.0, it's compiling need dbus, not only running.
> Cheers,




More information about the Openembedded-core mailing list