Re: [yocto] tzdata overwrites existing localtime/zoneinfo?

2018-10-28 Thread akuster808
On 10/28/18 6:31 PM, Anders Montonen wrote: > Hi, > >> On 28 Oct 2018, at 17:27, akuster808 wrote: >> On 10/25/18 5:43 PM, Anders Montonen wrote: >>> It seems to me that the tzdata package will overwrite whatever the current >>> time zone is with its default. This is not great if you’re

Re: [yocto] tzdata overwrites existing localtime/zoneinfo?

2018-10-28 Thread Anders Montonen
Hi, > On 28 Oct 2018, at 17:27, akuster808 wrote: > On 10/25/18 5:43 PM, Anders Montonen wrote: >> It seems to me that the tzdata package will overwrite whatever the current >> time zone is with its default. This is not great if you’re upgrading the >> package on an existing system. Should the

Re: [yocto] tzdata overwrites existing localtime/zoneinfo?

2018-10-28 Thread akuster808
On 10/25/18 5:43 PM, Anders Montonen wrote: > Hi, > > It seems to me that the tzdata package will overwrite whatever the current > time zone is with its default. This is not great if you’re upgrading the > package on an existing system. Should the creation of the file and link be > removed

[yocto] tzdata overwrites existing localtime/zoneinfo?

2018-10-25 Thread Anders Montonen
Hi, It seems to me that the tzdata package will overwrite whatever the current time zone is with its default. This is not great if you’re upgrading the package on an existing system. Should the creation of the file and link be removed from the do_install and only be done in the pkg_postinst?