Re: [yocto] Problems with 'configure' on own recipe [after moving to morty]

2017-07-25 Thread Colin Helliwell
> On 25 July 2017 at 16:00 Colin Helliwell > wrote: > > Ah yes, that's true Ross - I should be able to try that approach instead. > However there's obviously been a lot of changes from 1.4 to 1.8 and hence something to be said for a fresh recipe rather than mega-appending an older one..

Re: [yocto] Problems with 'configure' on own recipe [after moving to morty]

2017-07-25 Thread Colin Helliwell
Ah yes, that's true Ross - I should be able to try that approach instead. > On 25 July 2017 at 15:57 "Burton, Ross" wrote: > > On 25 July 2017 at 15:39, Colin Helliwell > wrote: > > > That is in fact what I blagged as the starting point for 'my' recipe, but > > then evolved it so as to use

Re: [yocto] Problems with 'configure' on own recipe [after moving to morty]

2017-07-25 Thread Burton, Ross
On 25 July 2017 at 15:39, Colin Helliwell wrote: > That is in fact what I blagged as the starting point for 'my' recipe, but > then evolved it so as to use the github head. For my particular [embedded] > platform I also need to switch off some of the configure options. Sounds like a bbappend sh

Re: [yocto] Problems with 'configure' on own recipe [after moving to morty]

2017-07-25 Thread Colin Helliwell
> On 25 July 2017 at 15:20 "Burton, Ross" wrote: > > On 25 July 2017 at 15:08, wrote: > > > This is gonna be a bit of a hard one to describe concisely, but hoping > > someone can advise me on solving it > > I have a recipe of my own for an app (NetworkManager) which fetches the > > sour

Re: [yocto] Problems with 'configure' on own recipe [after moving to morty]

2017-07-25 Thread Burton, Ross
On 25 July 2017 at 15:08, wrote: > This is gonna be a bit of a hard one to describe concisely, but hoping > someone can advise me on solving it > I have a recipe of my own for an app (NetworkManager) which fetches the > source from its git repo. This recipe works on krogoth, but is throwing u

[yocto] Problems with 'configure' on own recipe [after moving to morty]

2017-07-25 Thread colin.helliwell
This is gonna be a bit of a hard one to describe concisely, but hoping someone can advise me on solving it I have a recipe of my own for an app (NetworkManager) which fetches the source from its git repo. This recipe works on krogoth, but is throwing up configure errors on morty. The recipe ha