OE, bitbake and dependencies

Michael 'Mickey' Lauer mickey at openmoko.org
Wed Oct 8 18:35:19 CEST 2008


Am Mittwoch, den 08.10.2008, 16:09 +0100 schrieb Alastair Johnson:
> I'm trying to build linphone in the fso-testing tree created by the FSO 
> Makefile and I'm having dependency issues. linphone-1.6.0 requires 
> libosip2-2.2.2 to build cleanly, and won't build with libosip2-3.1.0 but 
> bitbake insists on using 3.1.0. Following Gentoo practice I tried using 
>   <=libosip2-2.2.2 in DEPENDS and RDEPENDS but this just gives me:
> 
> Missing or unbuildable dependency chain was: ['linphone', 
> '<=libosip2-2.2.2']

To select among multiple providees w/ different names, use
PREFERRED_PROVIDER_foo = bar.
To select among multiple providees w/ different versions, use
PREFERRED_VERSION_foo = bar.

Hope that helps,

:M:





More information about the devel mailing list