Re: [yocto] libmcrypt not part of the image

2015-08-08 Thread Khem Raj
> On Aug 7, 2015, at 2:25 AM, yocto yocto wrote: > > I added the meta-openembedded layer to my configuration. I want to have > libmcrypt (in meta-openembedded/meta-oe/recipes-support) on my system: > > IMAGE_INSTALL += "libmcrypt" > > The library (libmcrypt.so) is actually being built. Everyt

Re: [yocto] libmcrypt not part of the image

2015-08-07 Thread Paul Eggleton
On Friday 07 August 2015 11:25:40 yocto yocto wrote: > I added the meta-openembedded layer to my configuration. I want to have > libmcrypt (in meta-openembedded/meta-oe/recipes-support) on my system: > > IMAGE_INSTALL += "libmcrypt" Where did you add this exactly? > The library (libmcrypt.so) is