From: Constantin Musca Date: Wed, 23 Jan 2013 14:54:56 +0000 (+0200) Subject: prserv: change PRSERV_HOST format X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67585e11f1e75e380de3ead4bb36de5129df2c4e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git prserv: change PRSERV_HOST format - the new PRSERV_HOST format is 'host:port' - PRSERV_PORT has been removed Signed-off-by: Constantin Musca Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 73685666bfa..8e5dca5962b 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/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 #