Re: [yocto] Getting linker -l into a bbappend

2017-06-07 Thread Colin Helliwell
> On 07 June 2017 at 18:12 Khem Raj wrote: > > On Wed, Jun 7, 2017 at 9:37 AM, wrote: > > > I have an autotools (C++) app which builds fine with my default recipe. But > > for a particular platform an additional (C) library is needed, so I have a > > bbappend. > > I can add in the additional c

Re: [yocto] Getting linker -l into a bbappend

2017-06-07 Thread Khem Raj
On Wed, Jun 7, 2017 at 10:14 AM, Colin Helliwell wrote: > >> On 07 June 2017 at 18:12 Khem Raj wrote: >> >> On Wed, Jun 7, 2017 at 9:37 AM, wrote: >> >> > I have an autotools (C++) app which builds fine with my default recipe. But >> > for a particular platform an additional (C) library is neede

Re: [yocto] Getting linker -l into a bbappend

2017-06-07 Thread Khem Raj
On Wed, Jun 7, 2017 at 9:37 AM, wrote: > I have an autotools (C++) app which builds fine with my default recipe. But > for a particular platform an additional (C) library is needed, so I have a > bbappend. > I can add in the additional compiler flag here, but I'm struggling to > specify the addit

[yocto] Getting linker -l into a bbappend

2017-06-07 Thread colin.helliwell
I have an autotools (C++) app which builds fine with my default recipe. But for a particular platform an additional (C) library is needed, so I have a bbappend. I can add in the additional compiler flag here, but I'm struggling to specify the additional library linkage - I think it's because the or