[OE-core] [PATCH 2/2] base-files: fix CONFFILES

Chen Qi Qi.Chen at windriver.com
Mon Dec 1 06:01:30 UTC 2014


Remove CONFFILES setting in this recipe and use the default value.
In this way, all files under /etc would be treated as config files.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/recipes-core/base-files/base-files_3.0.14.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index 07f5c54..d896a75 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -149,6 +149,3 @@ FILES_${PN} = "/"
 FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-CONFFILES_${PN} = "${sysconfdir}/fstab ${@['', '${sysconfdir}/hostname'][(d.getVar('hostname', True) != '')]} ${sysconfdir}/shells"
-
-- 
1.9.1




More information about the Openembedded-core mailing list