mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
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 <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6a05bb63ee
commit
2a5dea2399
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Unicode Mingti (printed) TrueType Font"
|
DESCRIPTION = "Unicode Mingti (printed) TrueType Font"
|
||||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
|
||||||
LICENSE = "Arphic Public License"
|
LICENSE = "Arphic-Public-License"
|
||||||
LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a"
|
LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a"
|
||||||
SRC_DISTRIBUTE_LICENSES += "${PN}"
|
SRC_DISTRIBUTE_LICENSES += "${PN}"
|
||||||
RPROVIDES_${PN} = "virtual-chinese-font"
|
RPROVIDES_${PN} = "virtual-chinese-font"
|
||||||
|
|||||||
Reference in New Issue
Block a user