[oe] gtk 2.6/2.8 vs 2.10

Richard Purdie rpurdie at rpsys.net
Tue Sep 5 09:37:19 UTC 2006


On Tue, 2006-09-05 at 10:28 +0200, Koen Kooi wrote:
> A while ago gtk 2.10 was added to OE with a negative default preference since not all the
> patches have been forward ported yet. Gtk 2.10 also bumped their ABI version to 2.10,
> which leads to some interesting problems:
> 
> * do_install for packages dependant on gtk+ breaks since ${libdir}/gtk-2.0/2.4.0/ is now
> ${libdir}/gtk-2.0/2.10.0/

I think Graeme's solution should solve this.

> * some package build against 2.8 but not against 2.10 and vice versa

These need versioned DEPENDS eg. DEPENDS = "gtk+ (>= 2.10.0)". Could
someone try and see if it breaks anything with the current bitbake? I'd
like to see the metadata starting to contain this data, even if bitbake
itself doesn't use it yet so when we do implement it, it should all just
work...

Cheers,

Richard





More information about the Openembedded-devel mailing list