diff options
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2012d.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2012d.bb b/meta/recipes-extended/tzdata/tzdata_2012d.bb index 974110172f..9ec6715bc3 100644 --- a/meta/recipes-extended/tzdata/tzdata_2012d.bb +++ b/meta/recipes-extended/tzdata/tzdata_2012d.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "PD" | |||
5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" | 5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" |
6 | DEPENDS = "tzcode-native" | 6 | DEPENDS = "tzcode-native" |
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | inherit allarch | 10 | inherit allarch |
11 | 11 | ||
@@ -93,12 +93,12 @@ pkg_postinst_${PN} () { | |||
93 | echo "You have an invalid TIMEZONE setting in ${src}" | 93 | echo "You have an invalid TIMEZONE setting in ${src}" |
94 | echo "Your ${etc_lt} has been reset to Universal; enjoy!" | 94 | echo "Your ${etc_lt} has been reset to Universal; enjoy!" |
95 | tz="Universal" | 95 | tz="Universal" |
96 | echo "Updating ${etc_lt} with $D${datadir}/zoneinfo/${tz}" | ||
97 | if [ -L ${etc_lt} ] ; then | ||
98 | rm -f "${etc_lt}" | ||
99 | fi | ||
100 | cp -f "$D${datadir}/zoneinfo/${tz}" "${etc_lt}" | ||
96 | fi | 101 | fi |
97 | echo "Updating ${etc_lt} with $D${datadir}/zoneinfo/${tz}" | ||
98 | if [ -L ${etc_lt} ] ; then | ||
99 | rm -f "${etc_lt}" | ||
100 | fi | ||
101 | cp -f "$D${datadir}/zoneinfo/${tz}" "${etc_lt}" | ||
102 | } | 102 | } |
103 | 103 | ||
104 | # Packages primarily organized by directory with a major city | 104 | # Packages primarily organized by directory with a major city |