[yocto] Can't override task from bbclass with - in its name

2014-10-26 Thread Vuille, Martin (Martin)
I have custom classes that override a task thus (in foo.bbclass) foo_do_something () { ... } EXPORT_FUNCTIONS do_something but if I change the name to foo-bar.bbclass and change the class thus foo-bar_do_something () { ...

Re: [yocto] Can't override task from bbclass with - in its name

2014-10-26 Thread Christopher Larson
On Sun, Oct 26, 2014 at 8:15 AM, Vuille, Martin (Martin) vmar...@avaya.com wrote: I have custom classes that override a task thus (in foo.bbclass) foo_do_something () { ... } EXPORT_FUNCTIONS do_something but if I change the name to foo-bar.bbclass

Re: [yocto] Can't override task from bbclass with - in its name

2014-10-26 Thread Vuille, Martin (Martin)
From: kerg...@gmail.com [mailto:kerg...@gmail.com] On Behalf Of Christopher Larson - isn't a valid character in a shell function, so while potentially irritating, it's not surprising :) Hmm, good point! Thanks MV -- ___ yocto mailing list