From 116d5911f4667d4ad98882f03489488b7680da7f Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Sat, 26 Aug 2017 06:56:04 +0530 Subject: Network: Remove the installation of network manager conf file Change-Id: Ida8204f5d945d3c42dc41d0aa3a7d2a1a20ec761 Signed-off-by: Ratan Gupta --- meta-phosphor/common/recipes-phosphor/network/network.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-phosphor/common/recipes-phosphor/network') diff --git a/meta-phosphor/common/recipes-phosphor/network/network.bb b/meta-phosphor/common/recipes-phosphor/network/network.bb index c8e49ed99..b5237590b 100644 --- a/meta-phosphor/common/recipes-phosphor/network/network.bb +++ b/meta-phosphor/common/recipes-phosphor/network/network.bb @@ -30,5 +30,4 @@ S = "${WORKDIR}/git" do_install_append() { install -d ${D}/${sbindir} install ${S}/netman.py ${D}/${sbindir} - install ${S}/conf/network-manager.conf ${D}/${sysconfdir} } -- cgit v1.2.1