Commit Graph

5 Commits

Author SHA1 Message Date
Otavio Salvador
1d033fc281 log4cplus: Fix license format QA error
Fix the following QA error:

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

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:30 +01:00
Martin Jansa
6434d97ee9 log4cplus: use better file for LIC_FILES_CHKSUM
* simplify SRC_URI
* INSTALL file is changing checksum

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:22 +02:00
Martin Jansa
74d557ab8c log4cplus: Fix LIC_FILES_CHKSUM
* was probably broken since it was added in:
  commit a506a9efc8
  Author: Maxin B. John <maxin.john@enea.com>
  Date:   Tue Aug 27 07:55:14 2013 +0000
  Subject: log4cplus: add recipe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-18 23:14:51 +01:00
Martin Jansa
4d62e7f575 recipes: Remove PR = r0 from all recipes
* 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 <Martin.Jansa@gmail.com>
2013-11-01 15:33:16 +01:00
Maxin B. John
a506a9efc8 log4cplus: add recipe
log4cplus provides a simple C++ logging API for log management.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-10 22:48:36 +02:00