mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
32db0d80d7
commit
9b99eb9e36
@@ -13,7 +13,6 @@ TZONES = " \
|
||||
africa antarctica asia australasia europe northamerica southamerica \
|
||||
factory etcetera backward \
|
||||
"
|
||||
# pacificnew
|
||||
|
||||
# "slim" is the default since 2020b
|
||||
# "fat" is needed by e.g. MariaDB's mysql_tzinfo_to_sql
|
||||
@@ -201,9 +200,3 @@ CONFFILES:tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone"
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
|
||||
RDEPENDS:${PN} = "${TZ_PACKAGES}"
|
||||
RCONFLICTS:${PN} = " \
|
||||
timezones timezone-africa timezone-america timezone-antarctica \
|
||||
timezone-arctic timezone-asia timezone-atlantic timezone-australia \
|
||||
timezone-europe timezone-indian timezone-iso3166.tab timezone-pacific \
|
||||
timezone-zone.tab \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user