diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-04-23 08:55:35 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-26 10:00:32 +0200 |
commit | 4f95cdca5ecf26113c2000f1bef8976df5ac7b07 (patch) | |
tree | 199cff3152fabde36cbf6667e9e825b70bc8c1a5 | |
parent | 3558455d3c3269cbf3dbb03a7feb7cf4a125e33a (diff) | |
download | meta-openembedded-4f95cdca5ecf26113c2000f1bef8976df5ac7b07.tar.gz |
ttf-inconsolata: fix license name
We have "SIL Open Font License" 1.1 in common-licenses as OFL-1.1.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb index 129e1375a..5e86180ee 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | |||
@@ -2,7 +2,7 @@ require ttf.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Inconsolata font - TTF Version" | 3 | DESCRIPTION = "Inconsolata font - TTF Version" |
4 | HOMEPAGE = "http://www.levien.com/type/myfonts/inconsolata.html" | 4 | HOMEPAGE = "http://www.levien.com/type/myfonts/inconsolata.html" |
5 | LICENSE = "SIL Open Font License" | 5 | LICENSE = "OFL-1.1" |
6 | LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed" | 6 | LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||