aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-10-08 08:15:42 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-01-14 18:27:59 -0800
commitcdfdcdf72f35bf0f0cd55b405e4ee4b462d0f29c (patch)
treeb4ca591ad96a59ae19f72d94b5fd5fe372ec08bc /meta/recipes-connectivity/bind
parent7db2493e4f05614d50e5ff6dd422071205dfafb0 (diff)
downloadopenembedded-core-contrib-cdfdcdf72f35bf0f0cd55b405e4ee4b462d0f29c.tar.gz
recipes-connectivity: cleanup CONFFILES
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-connectivity/bind')
-rw-r--r--meta/recipes-connectivity/bind/bind_9.10.3-P2.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P2.bb b/meta/recipes-connectivity/bind/bind_9.10.3-P2.bb
index 875a0c8f80..06165b1da0 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.3-P2.bb
+++ b/meta/recipes-connectivity/bind/bind_9.10.3-P2.bb
@@ -93,14 +93,3 @@ do_install_append() {
install -m 0644 ${WORKDIR}/bind9 ${D}${sysconfdir}/default
}
-CONFFILES_${PN} = " \
- ${sysconfdir}/bind/named.conf \
- ${sysconfdir}/bind/named.conf.local \
- ${sysconfdir}/bind/named.conf.options \
- ${sysconfdir}/bind/db.0 \
- ${sysconfdir}/bind/db.127 \
- ${sysconfdir}/bind/db.empty \
- ${sysconfdir}/bind/db.local \
- ${sysconfdir}/bind/db.root \
- "
-