[oe-commits] John Lee : tzdata: add localtime in conffiles

GIT User account git at amethyst.openembedded.net
Sun Nov 16 02:14:59 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cf949a41dc7b21558b6f3f36e3e2be4a07f46e36
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cf949a41dc7b21558b6f3f36e3e2be4a07f46e36

Author: John Lee <john_lee at openmoko.com>
Date:   Wed Sep  3 20:59:30 2008 +0800

tzdata: add localtime in conffiles
trac #1938: tzdata package should not overwrite /etc/localtime

---

 packages/tzdata/tzdata_2007k.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/tzdata/tzdata_2007k.bb b/packages/tzdata/tzdata_2007k.bb
index 20a77fa..75c9f34 100644
--- a/packages/tzdata/tzdata_2007k.bb
+++ b/packages/tzdata/tzdata_2007k.bb
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "optional"
 DEPENDS = "tzcode-native"
 
-PR = "r3"
+PR = "r3.01"
 
 RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \
              timezone-arctic timezone-asia timezone-atlantic \
@@ -19,7 +19,7 @@ TZONES= "africa antarctica asia australasia europe northamerica southamerica  \
 #        pacificnew \
         "
 
-CONFFILES_${PN} = "${sysconfdir}/timezone"
+CONFFILES_${PN} = "${sysconfdir}/timezone ${sysconfdir}/localtime"
 
 do_compile () {
         for zone in ${TZONES}; do \





More information about the Openembedded-commits mailing list