diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-26 17:21:33 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-31 16:32:30 +0100 |
commit | 1d033fc28112ccde2deb1585414c46f441ae885a (patch) | |
tree | 55eeefbd52498349211ffff4d05856c5afe72aaf /meta-oe | |
parent | a8c447fedf6674766525aded7c304ca379763e92 (diff) | |
download | meta-openembedded-1d033fc28112ccde2deb1585414c46f441ae885a.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 620177472..c9c5c673a 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" | |||
3 | HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" | 3 | HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" |
4 | BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" | 4 | BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" |
5 | 5 | ||
6 | LICENSE = "Apache-2.0 BSD-2-Clause" | 6 | LICENSE = "Apache-2.0 & BSD-2-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f692170" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f692170" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz" |