[oe-commits] Otavio Salvador : log4cplus: Fix license format QA error

git at git.openembedded.org git at git.openembedded.org
Mon Dec 29 09:22:28 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 6ffda1d7d393ef3e5509595b29aedfd17af478e0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6ffda1d7d393ef3e5509595b29aedfd17af478e0

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Dec 26 17:21:33 2014 -0200

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 at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
index 6201774..c9c5c67 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
 HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
 BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
 
-LICENSE = "Apache-2.0 BSD-2-Clause"
+LICENSE = "Apache-2.0 & BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f692170"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz"



More information about the Openembedded-commits mailing list