summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/timezone
diff options
context:
space:
mode:
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"