[Buildroot] [PATCH 2/3] package/zic: bump version to 2016j

Martin Bark martin at barkynet.com
Sat Dec 3 15:16:10 UTC 2016


Thomas,

The release of the timezone database is split into 2 files. One is tzcode
that we use to build zic for the host, the other is tzdata which contains
the the actual timezone data needed for the target.  When be extract tzcode
to build zic we have not extracted tzdata (there is no need to), however,
recent changes to tzcode means VERSION_DEPS in Makefile depends on files
that are only in tzdata.  This breaks building zic when only using tzcode
as we do.

The patch removes the dependency on VERSION_DEPS because it's not necessary
for us.  We are building released code so there is no need for dependencies
to check if the version number needs updating which is clearly only needed
for development.

Hope that makes sense.  Sorry for the typos,  I'll resubmit with them
corrected

Thanks

Martin


On 3 December 2016 at 15:02, Thomas Petazzoni <
thomas.petazzoni at free-electrons.com> wrote:

> Hello,
>
> On Sat,  3 Dec 2016 14:36:26 +0000, Martin Bark wrote:
>
> > +$(VERISON_DEPS) includes dependencies from tzdata meaning applications
> > +such as zic can't build from tzcode on their own.  Remove the dependency
> > +to $(VERISON_DEPS) since it is not necessary to check for version
> updates
> > +in released code.  This solves building zic from tzcode without needing
> > +tzdata.
>
> Not clear what you mean here. Is this a new problem introduced by
> version 2016j ? Could you explain a bit more what's happening ?
>
> Also, there's two times the same typo: VERISON_DEPS -> VERSION_DEPS.
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161203/6c58218d/attachment.html>


More information about the buildroot mailing list