[OE-core] [PATCH] oe-init-build-env-memres: use shell instead of Python to show the port number

Ross Burton ross.burton at intel.com
Thu Sep 26 15:11:33 UTC 2013


Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 oe-init-build-env-memres |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
1.7.10.4




More information about the Openembedded-core mailing list