system: zoneinfo usable by musl, too
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 9 Aug 2016 20:25:55 +0000 (22:25 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Aug 2016 20:50:21 +0000 (22:50 +0200)
commitaae8513c401e287af7a9cd74548828182a1473da
tree5234a0ad3d21b7b345b98ec7408bd70f615fbd2b
parent8873649a571a0032b43c5a37236c298997a19029
system: zoneinfo usable by musl, too

Currently, we limit installing zoneinfo to non-musl toolchain, by lack
of knowledge on how it would work on musl.

Turns out that musl uses the same zoneinfo format as glibc does.

Make it possible to install the TZ info whatever the C library; for
musl, use tzdata as for glibc.

Thanks Rich! ;-)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Rich Felker <dalias@aerifal.cx>
Cc: Marc Khouri <marc@khouri.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
system/Config.in