mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libftdi: Fix license format QA error
Fix following QA error: ,---- | WARNING: Recipe libftdi, LICENSE (LGPLv2.1 GPLv2) 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:
committed by
Martin Jansa
parent
ba3105e605
commit
5e869036a0
@@ -4,7 +4,7 @@ including the popular bitbang mode."
|
||||
HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "LGPLv2.1 GPLv2"
|
||||
LICENSE = "LGPLv2.1 & GPLv2"
|
||||
LIC_FILES_CHKSUM= "\
|
||||
file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
|
||||
|
||||
Reference in New Issue
Block a user