<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/libtinyxml2, branch hardknott</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-11-13T15:45:48+00:00</updated>
<entry>
<title>recipes: Update SRC_URI branch and protocols</title>
<updated>2021-11-13T15:45:48+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2021-11-07T18:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7fbb2767186a4db729efe4f440cc9a992f2ab183'/>
<id>urn:sha1:7fbb2767186a4db729efe4f440cc9a992f2ab183</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: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: upgrade 7.1.0 -&gt; 8.0.0</title>
<updated>2020-03-05T07:51:57+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>pjtexier@koncepto.io</email>
</author>
<published>2020-03-05T07:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e5c5df9bcd8b0fbdcf33e8aa8d1949d03885400e'/>
<id>urn:sha1:e5c5df9bcd8b0fbdcf33e8aa8d1949d03885400e</id>
<content type='text'>
Signed-off-by: Pierre-Jean Texier &lt;pjtexier@koncepto.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: update to 7.1.0</title>
<updated>2019-08-20T16:31:16+00:00</updated>
<author>
<name>Johannes Pointner</name>
<email>johannes.pointner@br-automation.com</email>
</author>
<published>2019-08-20T09:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=41801ad42ec216991278b7224a6998dde2c92da0'/>
<id>urn:sha1:41801ad42ec216991278b7224a6998dde2c92da0</id>
<content type='text'>
Also use license from new LICENSE.txt instead of using text from
tinyxml2.cpp.

Signed-off-by: Johannes Pointner &lt;johannes.pointner@br-automation.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: update to 7.0.1</title>
<updated>2018-11-30T02:55:52+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-11-29T20:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3e59433d89857e138858c213af85cf999802be31'/>
<id>urn:sha1:3e59433d89857e138858c213af85cf999802be31</id>
<content type='text'>
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: update to 6.2.0</title>
<updated>2018-06-06T01:17:21+00:00</updated>
<author>
<name>Johannes Pointner</name>
<email>johannes.pointner@br-automation.com</email>
</author>
<published>2018-06-05T12:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5a0e68126215900b410db3136d560555b65f686f'/>
<id>urn:sha1:5a0e68126215900b410db3136d560555b65f686f</id>
<content type='text'>
Signed-off-by: Johannes Pointner &lt;johannes.pointner@br-automation.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: rely on cmake.bbclass to put cmake package files in dev package</title>
<updated>2018-05-29T16:17:01+00:00</updated>
<author>
<name>Trevor Woerner</name>
<email>twoerner@gmail.com</email>
</author>
<published>2018-05-24T14:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=854cc2804b1d5bc9c13ab6bb21b2f454bcb366f5'/>
<id>urn:sha1:854cc2804b1d5bc9c13ab6bb21b2f454bcb366f5</id>
<content type='text'>
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and
${datadir}/cmake end up in the dev package, so recipes no longer need to
provide custom packaging rules to handles these files.

	http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93

Originally-conceived-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
Signed-off-by: Trevor Woerner &lt;twoerner@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: upgrade to 5.0.1</title>
<updated>2017-07-14T21:44:31+00:00</updated>
<author>
<name>Johannes Pointner</name>
<email>johannes.pointner@br-automation.com</email>
</author>
<published>2017-07-11T09:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2a502e8d14cfe1c904ea3de55b02c1063f5292b3'/>
<id>urn:sha1:2a502e8d14cfe1c904ea3de55b02c1063f5292b3</id>
<content type='text'>
Signed-off-by: Johannes Pointner &lt;johannes.pointner@br-automation.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: Upgrade 3.0.0 -&gt; 4.0.1</title>
<updated>2016-11-23T14:23:57+00:00</updated>
<author>
<name>Johannes Pointner</name>
<email>johannes.pointner@br-automation.com</email>
</author>
<published>2016-10-28T07:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=45df11ccbef8528d59cfa086db9335a8d6696ad7'/>
<id>urn:sha1:45df11ccbef8528d59cfa086db9335a8d6696ad7</id>
<content type='text'>
This new release includes loots of small (incompatible) changes, and
the addition of int64 support.

Signed-off-by: Johannes Pointner &lt;johannes.pointner@br-automation.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: update 2.2.0 -&gt; 3.0.0</title>
<updated>2016-04-21T19:33:17+00:00</updated>
<author>
<name>Andre McCurdy</name>
<email>armccurdy@gmail.com</email>
</author>
<published>2016-04-07T01:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cc6b324f1b5318dc4be9c500f2384a73651c0467'/>
<id>urn:sha1:cc6b324f1b5318dc4be9c500f2384a73651c0467</id>
<content type='text'>
Also misc recipe cleanup, take license text from tinyxml2.cpp source
file instead of using the entire readme.md, and build using cmake.

Signed-off-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtinyxml2: drop trailing continuation character in do_compile</title>
<updated>2016-02-25T16:47:24+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-02-22T12:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ed324ea2ecd6b3ded92c983e3e724574b5a8cdc2'/>
<id>urn:sha1:ed324ea2ecd6b3ded92c983e3e724574b5a8cdc2</id>
<content type='text'>
* with newer bitbake it parses it differently and task fails:
  http://errors.yoctoproject.org/Errors/Details/35147/
  DEBUG: Executing shell function do_compile
  /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: 118: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: Syntax error: end of file unexpected (expecting "}")
  WARNING: exit code 2 from a shell command.
  ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/log.do_compile.21186)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
