9 Commits

Author SHA1 Message Date
OscarL
56f6513a73 timezone_data: fix 32 bits build. (#9715)
This workaround works for now. In the future we should
probably move this recipe to "_x86".

See details on #9519.
2023-10-31 08:51:24 +00:00
OscarL
ae9d917760 timezone_data: update to version 2023c (#9519)
Set make flags also on BUILD(), otherwise tzselect ended up with
the wrong location for TZDIR.

Previous version failed with:
`/bin/tzselect: time zone files are not set up correctly`

Now it finds the files ok, but trying to use it further causes
/bin/date to crash around 7 times in a row (?! UPDATE: fixed in hrev57356).

`> zdump -v America/Buenos_Aires` also works now, while previously
failed with:

`America/Buenos_Aires: No such file or directory`,

or with:

```
> ln -s /boot/system/data/zoneinfo/America/Buenos_Aires /etc/localtime
> zdump -v /etc/localtime
/etc/localtime: No error
```

Now the latter also works OK.
2023-10-29 20:15:31 +01:00
Jerome Duval
f7bf5c94d9 timezone_data: bump version 2022-11-02 09:47:52 +01:00
Jérôme Duval
ee2b055b38 timezone_data: bump version (#7275) 2022-10-12 09:08:40 +02:00
Jerome Duval
b94c3e6718 timezone_data: bump version 2022-02-24 21:38:20 +01:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Jerome Duval
428d06cba5 timezone_data: bump version 2021-06-08 14:34:38 +02:00
François Revol
b38fa0e728 timezone_data: We actually want the source package
since there's some code compiled.
2020-05-18 03:07:49 +02:00
François Revol
0ad734e3f4 Add recipe for timezone_data (aka tzdata or zoneinfo) from IANA
The thing is so strangely shipped that we can't get just the data anyway,
we must compile stuff to get the data. So I couldn't use "any" as arch.
2020-05-18 02:54:10 +02:00