[meta-oe] ttf-arphic-uming: remove whitespace from license
Submitted by Paul Barker on April 20, 2013, 1:23 p.m.
|
Patch ID: 48597
Details
Commit Message
@@ -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"
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 <paul@paulbarker.me.uk> --- meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)