mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
tzdata: Add marking for config files in recipe
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}.
(From OE-Core rev: 1eefbf6bdf5e720767673a754e95c62f2ffcc82f)
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user