The tzdata recipe does not mark the /etc/timezone file and
/etc/localtime link as configuration files. An on target update would
then overwite the user modified versions of those files.
Add those files in CONFFILES_${PN}.Signed-off-by: Li Zhou <[email protected]> --- meta/recipes-extended/tzdata/tzdata_2015e.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/tzdata/tzdata_2015e.bb b/meta/recipes-extended/tzdata/tzdata_2015e.bb index 9179d7b..92389a9 100644 --- a/meta/recipes-extended/tzdata/tzdata_2015e.bb +++ b/meta/recipes-extended/tzdata/tzdata_2015e.bb @@ -203,3 +203,5 @@ FILES_${PN} += "${datadir}/zoneinfo/Pacific/Honolulu \ ${datadir}/zoneinfo/zone.tab \ ${datadir}/zoneinfo/iso3166.tab \ ${datadir}/zoneinfo/Etc/*" + +CONFFILES_${PN} += "${sysconfdir}/timezone ${sysconfdir}/localtime" -- 1.7.9.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
