mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
t1lib: Fix license format QA error
Fix following QA error: ,---- | WARNING: Recipe t1lib, LICENSE (LGPLv2 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
f381b7fbc8
commit
cb3876e467
@@ -2,7 +2,7 @@ SUMMARY = "A Type1 Font Rastering Library"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "virtual/libx11 libxaw"
|
||||
|
||||
LICENSE = "LGPLv2 GPLv2"
|
||||
LICENSE = "LGPLv2 & GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b \
|
||||
file://LGPL;md5=6e29c688d912da12b66b73e32b03d812 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user