<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-01-21T18:02:01+00:00</updated>
<entry>
<title>xmlrpc-c: Upgrade to 1.54.06</title>
<updated>2023-01-21T18:02:01+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-01-17T20:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a56f11b144b5d69b6355bb22ffd4ab326199cf9d'/>
<id>urn:sha1:a56f11b144b5d69b6355bb22ffd4ab326199cf9d</id>
<content type='text'>
Drop upstream applied patch see [1]

[1] https://github.com/mirror/xmlrpc-c/commit/148e64a5bb5588a89840ee498430332456c216f3

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xmlrpc-c: use gnu-configize</title>
<updated>2021-11-18T19:07:10+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@burtonini.com</email>
</author>
<published>2021-11-18T16:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1d114ded14689d53959fa7fed05b6f7b336cd3ea'/>
<id>urn:sha1:1d114ded14689d53959fa7fed05b6f7b336cd3ea</id>
<content type='text'>
Use gnu-configize instead of copying files manually.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xmlrpc-c: clean up PACKAGECONFIG</title>
<updated>2021-11-18T19:07:10+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@burtonini.com</email>
</author>
<published>2021-11-18T16:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f486a18e83a42f21ff6b442bc39be703abc09773'/>
<id>urn:sha1:f486a18e83a42f21ff6b442bc39be703abc09773</id>
<content type='text'>
Remove spurious commas and redundant RDEPENDS.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xmlrpc-c: remove unused libxml2 dependency</title>
<updated>2021-11-18T19:07:10+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@burtonini.com</email>
</author>
<published>2021-11-18T16:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d6249ca1dec5fe5f24450f93061fbfb72b0f8bfc'/>
<id>urn:sha1:d6249ca1dec5fe5f24450f93061fbfb72b0f8bfc</id>
<content type='text'>
libxml2 has to be enabled explicitly, and if it is enabled then the build
fails as it uses the disabled xml2-config, not pkg-config.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xmlrpc-c: set precise BSD license</title>
<updated>2021-11-18T19:07:10+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@burtonini.com</email>
</author>
<published>2021-11-18T16:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=11af3bd25062bd63b4c00918e4f08cf6813ae7de'/>
<id>urn:sha1:11af3bd25062bd63b4c00918e4f08cf6813ae7de</id>
<content type='text'>
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update SRC_URI branch and protocols</title>
<updated>2021-11-03T13:57:49+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2021-11-02T23:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b402a3076fbafe05d0b8621e50603b65c3fe8147'/>
<id>urn:sha1:b402a3076fbafe05d0b8621e50603b65c3fe8147</id>
<content type='text'>
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xmlrpc-c: fix Makefile macro error</title>
<updated>2020-08-25T18:24:58+00:00</updated>
<author>
<name>Arthur She</name>
<email>arthur.she@linaro.org</email>
</author>
<published>2020-08-25T17:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d347904e64840a556d2b0b6d386b52be3a7f5fae'/>
<id>urn:sha1:d347904e64840a556d2b0b6d386b52be3a7f5fae</id>
<content type='text'>
This error caused the curl library wouldn't to be linked correctly.

Signed-off-by: Arthur She &lt;arthur.she@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xmlrpc-c: Upgrade 1.51.03 -&gt; 1.54.02</title>
<updated>2020-08-17T19:26:41+00:00</updated>
<author>
<name>Arthur She</name>
<email>arthur.she@linaro.org</email>
</author>
<published>2020-08-17T06:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=608b0ee23458fd8a538b8b2177b1a4339e4422fb'/>
<id>urn:sha1:608b0ee23458fd8a538b8b2177b1a4339e4422fb</id>
<content type='text'>
Upgrade to release 1.54.02:

- Build: Use 'curl-config' found at configure time, not at make time.
- Fix bug: 'toValue' won't compile for vector of vectors or map of vectors. Thanks Yang Bo .
- Fix tiny memory leak in virtually impossible low memory situation.

It also solved one igt-gpu-tools test results misleading issue [1]

[1] https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/92

Signed-off-by: Arthur She &lt;arthur.she@linaro.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
