[oe-commits] Constantin Musca : prserv: change PRSERV_HOST format

git at git.openembedded.org git at git.openembedded.org
Wed Jan 23 16:18:59 UTC 2013


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

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Wed Jan 23 16:54:56 2013 +0200

prserv: change PRSERV_HOST format

- the new PRSERV_HOST format is 'host:port'
- PRSERV_PORT has been removed

Signed-off-by: Constantin Musca <constantinx.musca at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample.extended |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 36f1294..a651d99 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -116,11 +116,10 @@
 
 # The network based PR service host and port
 # Uncomment the following lines to enable PRservice.
-# Set PRSERV_HOST to 'localhost' and PRSERV_PORT to '0' to automatically
+# Set PRSERV_HOST to 'localhost:0' to automatically
 # start local PRService.
 # Set to other values to use remote PRService.
-#PRSERV_HOST = "localhost"
-#PRSERV_PORT = "0"
+#PRSERV_HOST = "localhost:0"
 
 # Additional image generation features
 #





More information about the Openembedded-commits mailing list