Re: [OE-core] [PATCH] insane.bbclass: Typo fix in do_qa_unpack's bb.note

2016-07-21 Thread Burton, Ross
On 21 July 2016 at 15:00, Mario Domenech Goulart wrote: > -bb.note("Checking has ${S} been created") > +bb.note("Checking if ${S} has been created") > I actually just sent a patch to delete this line entirely as the log will say its entering that function

[OE-core] [PATCH] insane.bbclass: Typo fix in do_qa_unpack's bb.note

2016-07-21 Thread Mario Domenech Goulart
s/Checking has ${S} been created/Checking if ${S} has been created/ Signed-off-by: Mario Domenech Goulart --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass