[OE-core] [PATCH] runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM

2015-08-26 Thread Aníbal Limón
If $TCPSERIAL_PORTNUM is empty string causes an error because expands the expresion to, $TCPSERIAL_PORTNUM == "" -> == "" Signed-off-by: Aníbal Limón --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu-internal b/scripts/runqemu-inter

Re: [OE-core] [PATCH] runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM

2015-08-26 Thread Benjamin Esquivel
On Wed, 2015-08-26 at 09:48 -0500, Aníbal Limón wrote: > If $TCPSERIAL_PORTNUM is empty string causes an error because > expands the expresion to, > > $TCPSERIAL_PORTNUM == "" -> == "" > > Signed-off-by: Aníbal Limón > --- > scripts/runqemu-internal | 2 +- > 1 file changed, 1 insertion(+), 1 d

Re: [OE-core] [PATCH] runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM

2015-08-27 Thread Aníbal Limón
ping On 26/08/15 09:48, Aníbal Limón wrote: If $TCPSERIAL_PORTNUM is empty string causes an error because expands the expresion to, $TCPSERIAL_PORTNUM == "" -> == "" Signed-off-by: Aníbal Limón --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [OE-core] [PATCH] runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM

2015-08-27 Thread Burton, Ross
On 27 August 2015 at 17:27, Aníbal Limón wrote: > ping > It's in the queue - ross/mut is *giant* at this point but I just want to see master pass once with all green... Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.o