<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/libtinyxml2, branch sumo</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2017-07-14T21:44:31+00:00</updated>
<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>
<entry>
<title>libtinyxml2: new package</title>
<updated>2014-10-27T11:51:55+00:00</updated>
<author>
<name>A. Varnin</name>
<email>fenixk19@mail.ru</email>
</author>
<published>2014-10-21T16:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b47da92f2e11338e8544074bb3bc55713a779993'/>
<id>urn:sha1:b47da92f2e11338e8544074bb3bc55713a779993</id>
<content type='text'>
TinyXML-2 is a rewrite of TinyXML-1. It provides some advantages over the original. They are covered on the homepage. (http://www.grinninglizard.com/tinyxml2/)

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