From cb3876e467a7fa5714cff10af0e6331198857093 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 26 Dec 2014 17:21:40 -0200 Subject: 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 Signed-off-by: Martin Jansa --- 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 86cc166e2d..90a0290e02 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 \ " -- cgit 1.2.3-korg