diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-08-26 09:48:18 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-30 12:36:06 +0100 |
commit | 4292352f006b4a0f812360def04b3bcd858b9530 (patch) | |
tree | b0616a5f78ef4bc721d81652d21c31ad1cd93fa4 /meta/classes/autotools.bbclass | |
parent | 38bc1647003754339584b15218377f254e5f8b0d (diff) | |
download | poky-4292352f006b4a0f812360def04b3bcd858b9530.tar.gz |
runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM
If $TCPSERIAL_PORTNUM is empty string causes an error because
expands the expresion to,
$TCPSERIAL_PORTNUM == "" -> == ""
(From OE-Core rev: 7bbe24f19e6005eccefd404b3a6d5d9443dd5b36)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
0 files changed, 0 insertions, 0 deletions