diff options
author | Li Zhou <li.zhou@windriver.com> | 2015-07-30 13:20:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:06 +0100 |
commit | dd8db955c28976aaef2a1c8adfff5c255f55fda3 (patch) | |
tree | a5971f99d6fcdd56f10143815ce351d51916f1f4 /meta | |
parent | 90bc2f35d0643a0be8570a6f6e85b3c20a2512be (diff) | |
download | poky-dd8db955c28976aaef2a1c8adfff5c255f55fda3.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2015e.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015e.bb b/meta/recipes-extended/tzdata/tzdata_2015e.bb index 9179d7be4f..92389a95c8 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 \ | |||
203 | ${datadir}/zoneinfo/zone.tab \ | 203 | ${datadir}/zoneinfo/zone.tab \ |
204 | ${datadir}/zoneinfo/iso3166.tab \ | 204 | ${datadir}/zoneinfo/iso3166.tab \ |
205 | ${datadir}/zoneinfo/Etc/*" | 205 | ${datadir}/zoneinfo/Etc/*" |
206 | |||
207 | CONFFILES_${PN} += "${sysconfdir}/timezone ${sysconfdir}/localtime" | ||