Re: [yocto] Daisy mercurial support

2014-09-08 Thread Chris Tapp
Hi Paul, On 8 Sep 2014, at 09:44, Paul Eggleton wrote: > Hi Chris, > > On Sunday 07 September 2014 22:59:58 Chris Tapp wrote: >> I'm trying to build a recipe under "daisy" that uses a mercurial repository, >> but I'm getting "Nothing provides mercurial-native". >> >> Adding: >> >> ASSUME_PRO

Re: [yocto] Daisy mercurial support

2014-09-08 Thread Paul Eggleton
Hi Chris, On Sunday 07 September 2014 22:59:58 Chris Tapp wrote: > I'm trying to build a recipe under "daisy" that uses a mercurial repository, > but I'm getting "Nothing provides mercurial-native". > > Adding: > > ASSUME_PROVIDED += "mercurial-native" > > to my local.conf appears to fix this