| Message ID | 20260601181251.123019-6-JPEWhacker@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | Licensing fixes | expand |
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index ebc836d801..d086485c92 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb @@ -6,7 +6,7 @@ and bold). In addition Fontconfig/Xft2 can artificially oblique the \ serif faces for you: this loses hinting and distorts the faces slightly, \ but is visibly different than normal and bold, and reasonably pleasing." SECTION = "x11/fonts" -LICENSE = "BitstreamVera" +LICENSE = "Bitstream-Vera" LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" inherit allarch fontcache
Change the license identifier to use the SPDX license identifier "Bitstream-Vera" which refers to the same license. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> --- meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)