diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-29 08:58:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-30 16:54:51 -0700 |
commit | 6ff6c85869d20261acaaec44b6481bfde02a8a3c (patch) | |
tree | 101ba33c21f7f9d3cd551d37762444d9440d0915 | |
parent | d32cc7445c549794ae4b6e427487c550191db5c8 (diff) | |
download | meta-openembedded-6ff6c85869d20261acaaec44b6481bfde02a8a3c.tar.gz |
ttf-hunkyfonts: Use LGPL-2.1 which is correct version from LICENSE file
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb index 5cd9935d66..bd552c08aa 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb | |||
@@ -2,7 +2,7 @@ require ttf.inc | |||
2 | 2 | ||
3 | SUMMARY = "Hunky fonts - TTF Version" | 3 | SUMMARY = "Hunky fonts - TTF Version" |
4 | HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts" | 4 | HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL-2.1+" |
6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34" | 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34" |
7 | PR = "r7" | 7 | PR = "r7" |
8 | 8 | ||