mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-15 16:44:44 +00:00
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>
This commit is contained in:
parent
a8c447fedf
commit
1d033fc281
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user