[oe-commits] Ross Burton : oe-init-build-env-memres: use shell instead of Python to show the port number

git at git.openembedded.org git at git.openembedded.org
Thu Sep 26 16:02:53 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 024e95696bad8f2ff09e1fda28c96d89d10999a1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=024e95696bad8f2ff09e1fda28c96d89d10999a1

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Sep 26 16:11:33 2013 +0100

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

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 oe-init-build-env-memres |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/oe-init-build-env-memres b/oe-init-build-env-memres
index 15e4f44..dca819b 100755
--- a/oe-init-build-env-memres
+++ b/oe-init-build-env-memres
@@ -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"



More information about the Openembedded-commits mailing list