<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-extended/libtirpc, branch 3.2_M2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=3.2_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=3.2_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-05-12T14:20:42+00:00</updated>
<entry>
<title>libtirpc: remove extra "-fcommon" from CFLAGS</title>
<updated>2020-05-12T14:20:42+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2020-05-06T07:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4f1c3907d1a4f13205b8977ac417ef48287d658f'/>
<id>urn:sha1:4f1c3907d1a4f13205b8977ac417ef48287d658f</id>
<content type='text'>
commit daed7eedba ("Avoid multiple-definiton with gcc -fno-common") of
libtirpc fixed the -fno-common issues. Therefore it should be save to
remove the extra "-fcommon" in CFLAGS.

(From OE-Core rev: 9e4546701775fe98532f011f5ad146cfb1b33715)

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libtirpc: upgrade 1.2.5 -&gt; 1.2.6</title>
<updated>2020-04-24T13:10:08+00:00</updated>
<author>
<name>zhengruoqin</name>
<email>zhengrq.fnst@cn.fujitsu.com</email>
</author>
<published>2020-04-20T16:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=65f8df550a8ddda9b95c8502e2d421f9c4063270'/>
<id>urn:sha1:65f8df550a8ddda9b95c8502e2d421f9c4063270</id>
<content type='text'>
0001-xdr_float-do-not-include-bits-endian.h.patch
removed since it is included in 1.2.6

(From OE-Core rev: c940792e1492923036cae97010f9945e7ad43a32)

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@cn.fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libtirpc: upgrade 1.1.4 -&gt; 1.2.5</title>
<updated>2020-02-04T15:56:29+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2020-01-23T06:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=32f9d3b56f4cf194783bfc7a369cce327b53cc08'/>
<id>urn:sha1:32f9d3b56f4cf194783bfc7a369cce327b53cc08</id>
<content type='text'>
Drop musl patch and backport a fix from upstream instead.

(From OE-Core rev: 009dbec9058bf43e63eeabdd24ecad990bf22568)

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>recipes: Use -fcommon explicitly</title>
<updated>2019-12-30T23:39:09+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-12-29T18:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=46827b861626386c5c6db6f400616a797e181233'/>
<id>urn:sha1:46827b861626386c5c6db6f400616a797e181233</id>
<content type='text'>
This is needed with gcc 10

(From OE-Core rev: 312e9fe3f047547df4c21c8e666cc9aa70e15347)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "libtirpc: create the symbol link for rpc header files"</title>
<updated>2019-12-09T12:00:43+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2019-12-06T18:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=032539ad55aced3ccaad059f22047dd53f8904cf'/>
<id>urn:sha1:032539ad55aced3ccaad059f22047dd53f8904cf</id>
<content type='text'>
This reverts commit 674596421320de08142e010fdd65ec6f0a0f34e9 and
9dc1aaed83f0627db65f387de0b1e51503ab07b1.

The headers provided by libtirpc are not drop in replacements for the
RPC header files previously provided by glibc, so do not install them
as if they were. Additionally, they clash with the header files
installed by glibc if an older version of glibc is used.

Any problems related to the lack of the old header files from glibc
should be addressed in the application/library that expects them.

(From OE-Core rev: 8311e8b399fda66deee980dfd36068fafed2a2aa)

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libtirpc: fix wrong path of command ln -sf</title>
<updated>2019-12-06T14:41:28+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2019-12-03T03:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7ce92685a19d045648c633bdc4de9b7ccce1036d'/>
<id>urn:sha1:7ce92685a19d045648c633bdc4de9b7ccce1036d</id>
<content type='text'>
fix wrong path of command "ln -sf", the file should under folder
rpcsvc

(From OE-Core rev: 9dc1aaed83f0627db65f387de0b1e51503ab07b1)

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libtirpc: create the symbol link for rpc header files</title>
<updated>2019-11-10T14:06:10+00:00</updated>
<author>
<name>Zhixiong Chi</name>
<email>zhixiong.chi@windriver.com</email>
</author>
<published>2019-11-07T03:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=290e90d5a23c15b4c8e1e6102f9efe98f6c4d646'/>
<id>urn:sha1:290e90d5a23c15b4c8e1e6102f9efe98f6c4d646</id>
<content type='text'>
Since the Sun RPC is deprecated in glibc, the rpc header files
are not provided any more, but it allows alternative RPC
implementations, such as TIRPC or rpcsvc-proto, to be used.

So we create the symbol link for rpc header files for tirpc to
be more compatible with the glibc version and the application usage.

(From OE-Core rev: 674596421320de08142e010fdd65ec6f0a0f34e9)

Signed-off-by: Zhixiong Chi &lt;zhixiong.chi@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libtirpc: Do not include bits/endian.h directly</title>
<updated>2019-11-07T15:12:00+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-11-06T02:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=eaa7b2464f838a166a6f09d6bd6701d5d05b7009'/>
<id>urn:sha1:eaa7b2464f838a166a6f09d6bd6701d5d05b7009</id>
<content type='text'>
this file is supposed be included via endian.h indirectly, moreover
Future musl versions does not have this file

(From OE-Core rev: 3ef6adbc48ea7d5714d04555f3bc80b6e220efa8)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libtirpc: Clarify BSD license variant</title>
<updated>2019-10-15T13:16:11+00:00</updated>
<author>
<name>Christophe PRIOUZEAU</name>
<email>christophe.priouzeau@st.com</email>
</author>
<published>2019-10-07T13:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=917900ed83a30796b3f79cff15c2fbfbbe5f7068'/>
<id>urn:sha1:917900ed83a30796b3f79cff15c2fbfbbe5f7068</id>
<content type='text'>
The license of libtirpc is BSD-3-Clause.

(From OE-Core rev: 72998a9d4cd05e4276bc974946d285d05970391e)

Signed-off-by: Christophe Priouzeau &lt;christophe.priouzeau@st.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libtirpc:upgrade 1.0.3 -&gt; 1.1.4</title>
<updated>2019-04-12T13:05:37+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-04-01T08:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0b6bcfaad403124c1cc9f5b4d1b0241b62760c1f'/>
<id>urn:sha1:0b6bcfaad403124c1cc9f5b4d1b0241b62760c1f</id>
<content type='text'>
-Upgrade from libtirpc_1.0.3.bb to libtirpc_1.1.4.bb.

-Delete libtirpc/libtirpc-1.0.4-rc1.patch beacuse this patch has been
adopted in the high version.

(From OE-Core rev: c66ad450d7991c17221baae396044b7c50a71412)

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
