summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/timezone
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2021-12-21 23:50:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-22 23:11:45 +0000
commit9b99eb9e361e730a3c1007d62475053835f6b155 (patch)
treeaa7b6b2314506a63af58499a25ada50a1200bbb0 /meta/recipes-extended/timezone
parent32db0d80d7658d64c844f108c40f9f0b18d58c68 (diff)
downloadpoky-9b99eb9e361e730a3c1007d62475053835f6b155.tar.gz
tzdata: Remove no longer relevant RCONFLICTS:${PN}
Remove RCONFLICTS:${PN} for the packages from the timezones recipe, which was replaced by tzdata in OE-Classic in 2007... Also remove a commented timezone (pacificnew), which has actually never been added to TZONES. (From OE-Core rev: 24c1b8346a2ab8bdea2e140282e33814166d9113) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/timezone')
-rw-r--r--meta/recipes-extended/timezone/tzdata.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-extended/timezone/tzdata.bb b/meta/recipes-extended/timezone/tzdata.bb
index cc1caff124..7f4322d867 100644
--- a/meta/recipes-extended/timezone/tzdata.bb
+++ b/meta/recipes-extended/timezone/tzdata.bb
@@ -13,7 +13,6 @@ TZONES = " \
13 africa antarctica asia australasia europe northamerica southamerica \ 13 africa antarctica asia australasia europe northamerica southamerica \
14 factory etcetera backward \ 14 factory etcetera backward \
15" 15"
16# pacificnew
17 16
18# "slim" is the default since 2020b 17# "slim" is the default since 2020b
19# "fat" is needed by e.g. MariaDB's mysql_tzinfo_to_sql 18# "fat" is needed by e.g. MariaDB's mysql_tzinfo_to_sql
@@ -201,9 +200,3 @@ CONFFILES:tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone"
201ALLOW_EMPTY:${PN} = "1" 200ALLOW_EMPTY:${PN} = "1"
202 201
203RDEPENDS:${PN} = "${TZ_PACKAGES}" 202RDEPENDS:${PN} = "${TZ_PACKAGES}"
204RCONFLICTS:${PN} = " \
205 timezones timezone-africa timezone-america timezone-antarctica \
206 timezone-arctic timezone-asia timezone-atlantic timezone-australia \
207 timezone-europe timezone-indian timezone-iso3166.tab timezone-pacific \
208 timezone-zone.tab \
209"