Re: [yocto] [meta-mingw] gcc 5.2 partial patches

2015-09-23 Thread Daniel.
Hmm, that's really useful. Thanks Burton! Regards, - dhs 2015-09-23 16:41 GMT-03:00 Burton, Ross : > > On 23 September 2015 at 20:33, Daniel. wrote: > >> I'm really curious, what that % means on recipe names? >> > > It's a wildcard character that's only valid on bbappends: instead of > needing

Re: [yocto] [meta-mingw] gcc 5.2 partial patches

2015-09-23 Thread Burton, Ross
On 23 September 2015 at 20:33, Daniel. wrote: > I'm really curious, what that % means on recipe names? > It's a wildcard character that's only valid on bbappends: instead of needing to version accurately you can say recipe_1.%.bbappend to append to all 1.* versions of recipe. Ross -- _

Re: [yocto] [meta-mingw] gcc 5.2 partial patches

2015-09-23 Thread Daniel.
I'm really curious, what that % means on recipe names? Cheers, - dhs 2015-09-23 15:27 GMT-03:00 Peter Seebach : > So I've got patches for meta-mingw which make it fail in an interesting way > instead of in a boring way. > > http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=seebs/gcc52g