<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-extended/timezone, branch halstead/hashclient</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=halstead%2Fhashclient</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=halstead%2Fhashclient'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2024-02-15T09:29:15+00:00</updated>
<entry>
<title>tzdata : Upgrade to 2024a</title>
<updated>2024-02-15T09:29:15+00:00</updated>
<author>
<name>Priyal Doshi</name>
<email>pdoshi@mvista.com</email>
</author>
<published>2024-02-13T12:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b554ea9e36a39b496832deccaa0c54bdea9d7077'/>
<id>urn:sha1:b554ea9e36a39b496832deccaa0c54bdea9d7077</id>
<content type='text'>
(From OE-Core rev: 5abbd0abf992ce8d11f3ae31fb1d83d97f5319fa)

Signed-off-by: Priyal Doshi &lt;pdoshi@mvista.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzdata: Upgrade to 2023d</title>
<updated>2023-12-30T11:03:07+00:00</updated>
<author>
<name>Shubham Kulkarni</name>
<email>skulkarni@mvista.com</email>
</author>
<published>2023-12-26T17:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9e0cccb651e8c5097a9c477974bbec8b807d3d5b'/>
<id>urn:sha1:9e0cccb651e8c5097a9c477974bbec8b807d3d5b</id>
<content type='text'>
(From OE-Core rev: 2956b1aa22129951b8c08ac06ff1ffd66811a26c)

Signed-off-by: Shubham Kulkarni &lt;skulkarni@mvista.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzdata: upgrade to 2023c</title>
<updated>2023-03-30T22:26:04+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@arm.com</email>
</author>
<published>2023-03-30T13:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0907793d5e35b418e298e3cb739de85b0db1d24e'/>
<id>urn:sha1:0907793d5e35b418e298e3cb739de85b0db1d24e</id>
<content type='text'>
Drop a backport patch as it is now integrated.

(From OE-Core rev: 80d26d1da47dcd9213a7083d9493a7bce0897a57)

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzcode-native: fix build with gcc-13 on host</title>
<updated>2023-03-14T17:13:11+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2023-03-13T21:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=607ad000c1d227fce3bb97d8ae34b718b04cfd83'/>
<id>urn:sha1:607ad000c1d227fce3bb97d8ae34b718b04cfd83</id>
<content type='text'>
* passing -std=c2x to avoid build failure with gcc-13 on host
  works as well, but the resulting zic then segfaults when
  used in tzdata, use a fix from upstream instead

* reported upstream in https://mm.icann.org/pipermail/tz/2023-March/032690.html

* fixes:
  http://errors.yoctoproject.org/Errors/Details/697913/

(From OE-Core rev: 5dabf677f38c209fb6a8ba837d5a66fd89f57d4d)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzdata: use separate B instead of WORKDIR for zic output</title>
<updated>2023-03-14T17:13:11+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2023-03-13T11:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=55f18e3edb00016dd189133dfeec588dcce89ce7'/>
<id>urn:sha1:55f18e3edb00016dd189133dfeec588dcce89ce7</id>
<content type='text'>
* avoid copying whole exec_prefix over base_prefix as there
  were only zoneinfo files anyway

(From OE-Core rev: 37846f8735683ed0fab5ef5c12d77c6041348801)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>timezone: use 'tz' subdir instead of ${WORKDIR} directly</title>
<updated>2023-03-14T17:13:11+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2023-03-13T11:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6150e554104a408a40d3894bad55b4a98a88a853'/>
<id>urn:sha1:6150e554104a408a40d3894bad55b4a98a88a853</id>
<content type='text'>
(From OE-Core rev: bc53ccaf82c57826acac5f9c2557e403ec367807)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzdata: update 2022d -&gt; 2022g</title>
<updated>2022-12-18T19:48:00+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2022-12-13T11:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0fcbd7e06620daa885f2ed6a90d283cd8f32ae58'/>
<id>urn:sha1:0fcbd7e06620daa885f2ed6a90d283cd8f32ae58</id>
<content type='text'>
(From OE-Core rev: 2394a481db1b41ad4581e22ba901ac76fa7b3dcd)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzdata: update to 2022d</title>
<updated>2022-09-29T20:15:50+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex@linutronix.de</email>
</author>
<published>2022-09-28T21:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=20c8f3149f49b57a6228ff1f1b6720b210f634be'/>
<id>urn:sha1:20c8f3149f49b57a6228ff1f1b6720b210f634be</id>
<content type='text'>
(From OE-Core rev: ceac0492e75baa63a46365d8b63275437ad5671f)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzdata: Update from 2022b to 2022c</title>
<updated>2022-09-20T22:17:53+00:00</updated>
<author>
<name>Robert Joslyn</name>
<email>robert.joslyn@redrectangle.org</email>
</author>
<published>2022-09-18T17:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=249f19e21a65f42742efcf125065961ce9e32770'/>
<id>urn:sha1:249f19e21a65f42742efcf125065961ce9e32770</id>
<content type='text'>
(From OE-Core rev: ecf88d151f265e5efb8e1dde5aba3ee2a8b76d8d)

Signed-off-by: Robert Joslyn &lt;robert.joslyn@redrectangle.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tzdata: upgrade 2022a -&gt; 2022b</title>
<updated>2022-08-21T21:51:41+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2022-08-19T07:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2bbf6c3fcf2151db0d577c90365db55363d1278c'/>
<id>urn:sha1:2bbf6c3fcf2151db0d577c90365db55363d1278c</id>
<content type='text'>
(From OE-Core rev: b301d5203a4da0a0985670848126c5db762ddc86)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
