Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Wolfgang Denk
Dear Henning, In message <20120320140310.ga14...@rhein.zuhause.netz> you wrote: > > we do not support version bounding in the recipes directly. You might have to > go with the PREFFRED_VERSION prefix for the recipes in the machine file. Thanks! Best regards, Wolfgang Denk -- DENX Software En

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Henning Heinold
On Tue, Mar 20, 2012 at 12:33:48PM +0100, Wolfgang Denk wrote: > What would these be? Is there any documentation about such details? > I searched the bitbake, poky and yocto docs but could not find it... > > Best regards, > > Wolfgang Denk > Hi Wolfgang, we do not support version bounding in

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Wolfgang Denk
Dear Denys, In message <20120320004345.gg15...@denix.org> you wrote: > > > Is there a clever way to describe such a multi-level dependency chain? > > Will this help? See line #4 in the first example and lines #30-31 in second: > > http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Richard Purdie
On Mon, 2012-03-19 at 20:43 -0400, Denys Dmytriyenko wrote: > On Mon, Mar 19, 2012 at 10:59:34PM +0100, Wolfgang Denk wrote: > > Dear Richard, > > > > In message <1332192150.9740.72.camel@ted> you wrote: > > > On Mon, 2012-03-19 at 13:59 -0700, simran singh wrote: > > > > Hello, > > > > I have rec

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-19 Thread Denys Dmytriyenko
On Mon, Mar 19, 2012 at 10:59:34PM +0100, Wolfgang Denk wrote: > Dear Richard, > > In message <1332192150.9740.72.camel@ted> you wrote: > > On Mon, 2012-03-19 at 13:59 -0700, simran singh wrote: > > > Hello, > > > I have recipes for two applications Recipe A and Recipe B. Recipe B > > > requires a

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-19 Thread Richard Purdie
On Mon, 2012-03-19 at 22:59 +0100, Wolfgang Denk wrote: > In message <1332192150.9740.72.camel@ted> you wrote: > > On Mon, 2012-03-19 at 13:59 -0700, simran singh wrote: > > > Hello, > > > I have recipes for two applications Recipe A and Recipe B. Recipe B > > > requires a lib.so file and init.h fi

[OE-core] specific version dependenciews - was: Linking two recipes

2012-03-19 Thread Wolfgang Denk
Dear Richard, In message <1332192150.9740.72.camel@ted> you wrote: > On Mon, 2012-03-19 at 13:59 -0700, simran singh wrote: > > Hello, > > I have recipes for two applications Recipe A and Recipe B. Recipe B > > requires a lib.so file and init.h file which are installed by Recipe > > A. ... > recip