From e0501bc156b42be98fdbdcc12adc0c102674b933 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Fri, 7 Oct 2016 06:55:00 -0500 Subject: Removing the double quotes while creating the avahi service file. Change-Id: I028e36db81d1109f773c819efb9da35c0a32c49c Signed-off-by: Ratan Gupta --- meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass') diff --git a/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass b/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass index 4c9db0f70..8dc6fdc04 100644 --- a/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass +++ b/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass @@ -49,10 +49,10 @@ python discovery_services_postinstall() { fd.write('\n') fd.write('\n') fd.write('\n') - fd.write(' "%s"\n' % service_name) + fd.write(' %s\n' % service_name) fd.write(' \n') - fd.write(' "%s"\n' % service_type) - fd.write(' "%s"\n' % service_port) + fd.write(' %s\n' % service_type) + fd.write(' %s\n' % service_port) fd.write(' \n') fd.write('\n') -- cgit v1.2.3