diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-04-20 13:23:32 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-22 19:00:56 +0200 |
commit | 2a5dea2399e2be5e5d964eda7465dcaf4c2e152b (patch) | |
tree | 435be190919a54d2ccde69d6adcecdb14511b2b6 /meta-oe | |
parent | 6a05bb63eee8aeac50122788efcc1697a24837b9 (diff) | |
download | meta-openembedded-2a5dea2399e2be5e5d964eda7465dcaf4c2e152b.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 8aeee0c12..44550f717 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 @@ | |||
1 | DESCRIPTION = "Unicode Mingti (printed) TrueType Font" | 1 | DESCRIPTION = "Unicode Mingti (printed) TrueType Font" |
2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" | 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" |
3 | LICENSE = "Arphic Public License" | 3 | LICENSE = "Arphic-Public-License" |
4 | LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a" | 4 | LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a" |
5 | SRC_DISTRIBUTE_LICENSES += "${PN}" | 5 | SRC_DISTRIBUTE_LICENSES += "${PN}" |
6 | RPROVIDES_${PN} = "virtual-chinese-font" | 6 | RPROVIDES_${PN} = "virtual-chinese-font" |