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

git at git.openembedded.org git at git.openembedded.org
Wed Dec 31 15:47:07 UTC 2014


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

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

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

---

 meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
index 86cc166..90a0290 100644
--- a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
+++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
@@ -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 \
 "



More information about the Openembedded-commits mailing list