]> code.ossystems Code Review - openembedded-core.git/commit
oe-init-build-env-memres: Fix automatic port usage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 14:56:31 +0000 (15:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 18:59:44 +0000 (19:59 +0100)
commit982553b6d56ca4bfd095c1bcb736ae3b77deefa7
treec11f408cdb1523ee84f5954c1f8d6e76ff52531e
parent7212dcb3a67b9a9b844b74e997d2e3ea7902555f
oe-init-build-env-memres: Fix automatic port usage

The use of an automatic port wasn't working correctly since the server
was never getting started when port == -1. This fixes things so the
server is started when port is not specified (i.e. automatic) ensuring
this happens before BBSERVER is set.

[YOCTO #6563]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
oe-init-build-env-memres