Re: [OE-core] fix '[[: not found' error message using dash

2015-01-14 Thread Paul Eggleton
On Wednesday 14 January 2015 09:01:15 Darren Hart wrote: > On 1/12/15 2:10 PM, Vincent Génieux wrote: > > This is a fix for https://bugzilla.yoctoproject.org/show_bug.cgi?id=7112 > > bash specific syntax '[[ test ]]' replaced with '[ test ]'. > > Please use the tag: > > Fixes [YOCTO 7112] > > In

Re: [OE-core] fix '[[: not found' error message using dash

2015-01-14 Thread Darren Hart
Hi Vincent, On 1/12/15 2:10 PM, Vincent Génieux wrote: > This is a fix for https://bugzilla.yoctoproject.org/show_bug.cgi?id=7112 > bash specific syntax '[[ test ]]' replaced with '[ test ]'. > Please use the tag: Fixes [YOCTO 7112] In the message body, on it's own line. > Signed-off-by: Vinc

[OE-core] fix '[[: not found' error message using dash

2015-01-12 Thread Vincent Génieux
This is a fix for https://bugzilla.yoctoproject.org/show_bug.cgi?id=7112 bash specific syntax '[[ test ]]' replaced with '[ test ]'. Signed-off-by: Vincent Génieux --- meta/classes/kernel.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b