From 2a5dea2399e2be5e5d964eda7465dcaf4c2e152b Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sat, 20 Apr 2013 13:23:32 +0000 Subject: ttf-arphic-uming: remove whitespace from license The whitespace in LICENSE causes bitbake to parse this as three separate licenses: 'Arphic', 'Public' and 'License'. These spaces are replaced with dashes to prevent confusion. Signed-off-by: Paul Barker Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb index 8aeee0c123..44550f717e 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Unicode Mingti (printed) TrueType Font" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" -LICENSE = "Arphic Public License" +LICENSE = "Arphic-Public-License" LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a" SRC_DISTRIBUTE_LICENSES += "${PN}" RPROVIDES_${PN} = "virtual-chinese-font" -- cgit 1.2.3-korg