<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/log4cplus, branch morty</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-04-28T08:38:37+00:00</updated>
<entry>
<title>log4cplus: update to version 1.2.0</title>
<updated>2016-04-28T08:38:37+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-04-22T17:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=819f73f403616345744cf1704dd9a229f0594a62'/>
<id>urn:sha1:819f73f403616345744cf1704dd9a229f0594a62</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: Fix license format QA error</title>
<updated>2014-12-31T15:32:30+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-12-26T19:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1d033fc28112ccde2deb1585414c46f441ae885a'/>
<id>urn:sha1:1d033fc28112ccde2deb1585414c46f441ae885a</id>
<content type='text'>
Fix the following QA error:

,----
| WARNING: Recipe log4cplus, LICENSE (Apache-2.0 BSD-2-Clause) has
|     invalid format, LICENSES must have operator "([&amp;|() ])" between
|     them.
`----

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: use better file for LIC_FILES_CHKSUM</title>
<updated>2014-05-15T10:30:22+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-05-14T09:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6434d97ee958e7f597b9cf358db0275315a33c47'/>
<id>urn:sha1:6434d97ee958e7f597b9cf358db0275315a33c47</id>
<content type='text'>
* simplify SRC_URI
* INSTALL file is changing checksum

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: Fix LIC_FILES_CHKSUM</title>
<updated>2013-11-18T22:14:51+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-31T10:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=74d557ab8c3ab89b3316d9e5b6599b3831d6f745'/>
<id>urn:sha1:74d557ab8c3ab89b3316d9e5b6599b3831d6f745</id>
<content type='text'>
* was probably broken since it was added in:
  commit a506a9efc86cda9dbf36cd916dbbfb1ae2162c45
  Author: Maxin B. John &lt;maxin.john@enea.com&gt;
  Date:   Tue Aug 27 07:55:14 2013 +0000
  Subject: log4cplus: add recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Remove PR = r0 from all recipes</title>
<updated>2013-11-01T14:33:16+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-31T10:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4d62e7f575e2a87197c74ab4639561b45eec0e60'/>
<id>urn:sha1:4d62e7f575e2a87197c74ab4639561b45eec0e60</id>
<content type='text'>
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
  with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i

* We've switching to the PR server, PR bumps are no longer needed and
  this saves people either accidentally bumping them or forgetting to
  remove the lines (r0 is the default anyway).

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: add recipe</title>
<updated>2013-09-10T20:48:36+00:00</updated>
<author>
<name>Maxin B. John</name>
<email>maxin.john@enea.com</email>
</author>
<published>2013-08-27T07:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a506a9efc86cda9dbf36cd916dbbfb1ae2162c45'/>
<id>urn:sha1:a506a9efc86cda9dbf36cd916dbbfb1ae2162c45</id>
<content type='text'>
log4cplus provides a simple C++ logging API for log management.

Signed-off-by: Maxin B. John &lt;maxin.john@enea.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
