Modify ↓
#10153 closed defect (fixed)
zoneinfo is out-of-date and appears to have a broken makefile
Reported by: | Philip Prindeville <philipp@…> | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | luci | Version: | Trunk |
Keywords: | tzcode tzdata | Cc: |
Description
The latest release (2011-9-12) of tzdata is 2011j. tzcode is at 2011i (release date 2011-8-29).
Even with feeds/luci/zoneinfo/ populated, "make menuconfig" doesn't show the zoneinfo package.
An inspection of the Makefile shows:
define Package/zoneinfo/default
which contradicts the way it is invoked:
$(call Package/zoneinfo/Default)
but even after fixing this, it still fails to appear.
Note that zoneinfo is required for timezone support for e/glibc users.
Attachments (0)
Change History (2)
comment:1 Changed 6 years ago by swalker
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
Fixed in r7574.