[Openembedded-users] libgthread missing in my image

Chris Conroy Chris.Conroy at hillcrestlabs.com
Thu Aug 27 14:09:38 UTC 2009


On Thu, 2009-08-27 at 14:03 +0200, Jernej Turnsek wrote:
> Hello,
> 
> I would like to include libgthread-2.0 in my custom image. I have
> selected glib-2.0 package which is responsible to build the
> libgthread-2.0 library and I can see that library in my list of
> packages, but it is not present in my image. Thus I must install it
> manually, which is not a prefered way.
> 
> Is any other way to get the library libgthread into my image?
> 
> Thanks for Your time,
> 
> Jernej

Jernej,

libgthread is a seperate package that gets built by the glib recipe.

from the glib.inc:
PACKAGES =+ "gobject-2.0 gmodule-2.0 gthread-2.0 gio-2.0 glib-2.0-utils"

So, this means if you want it to get installed, you need it to be in
your IMAGE_INSTALL or you need another package to RDEPEND on it.

(Basically, wherever you have selected glib, just add 'gthread-2.0' and
you should be set)

--Chris Conroy




More information about the Openembedded-users mailing list