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

git at git.openembedded.org git at git.openembedded.org
Mon Dec 29 09:22:29 UTC 2014


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

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

ttf-sazanami: Fix license format QA error

Fix following QA error:

,----
| WARNING: Recipe ttf-sazanami, LICENSE (Public domain) 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-graphics/ttf-fonts/ttf-sazanami_20040629.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
index 2d413ba..efdcec8 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
@@ -5,7 +5,7 @@ SUMMARY_ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font"
 SUMMARY_ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font"
 AUTHOR = "Electronic Font Open Laboratory (/efont/)"
 HOMEPAGE = "http://sourceforge.jp/projects/efont/"
-LICENSE = "Public domain"
+LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
 SRC_DISTRIBUTE_LICENSES += "${PN}"
 RPROVIDES_${PN} = "virtual-japanese-font"



More information about the Openembedded-commits mailing list