oe-init-build-env-memres: use shell instead of Python to show the port number

(From OE-Core rev: 024e95696bad8f2ff09e1fda28c96d89d10999a1)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-09-26 16:11:33 +01:00 committed by Richard Purdie
parent e5fcc7e1ca
commit 1bff3fc86f
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ else
fi
bitbake --server-only -t xmlrpc -B localhost:$port
export BBSERVER=localhost:$port
echo "Bitbake server started on port %s, use bitbake -m to shut it down"
echo "Bitbake server started on port $port, use bitbake -m to shut it down"