diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-03-09 12:35:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:00:36 +0000 |
commit | 0a65c58c97ea408251c7dccc99f54009dec14ea3 (patch) | |
tree | 1e07f97140dfbc8b1a9f98b1a8e67693ed4422aa /meta/recipes-graphics | |
parent | 8995bbf0bb8bd5ce341704192c853b3aa8a185d9 (diff) | |
download | poky-0a65c58c97ea408251c7dccc99f54009dec14ea3.tar.gz |
meta/recipes-graphics: Add HOMEPAGE / DESCRIPTION
Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`
[YOCTO #13471]
(From OE-Core rev: 5ab087950ceaa960c29b0cad12aa716a50b50c34)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 50c79b3bf0..5226e84266 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 | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "The Bitstream Vera fonts - TTF Edition" | 1 | SUMMARY = "The Bitstream Vera fonts - TTF Edition" |
2 | HOMEPAGE = "https://www.gnome.org/fonts/" | ||
2 | DESCRIPTION = "The Bitstream Vera fonts include four monospace and sans \ | 3 | DESCRIPTION = "The Bitstream Vera fonts include four monospace and sans \ |
3 | faces (normal, oblique, bold, bold oblique) and two serif faces (normal \ | 4 | faces (normal, oblique, bold, bold oblique) and two serif faces (normal \ |
4 | and bold). In addition Fontconfig/Xft2 can artificially oblique the \ | 5 | and bold). In addition Fontconfig/Xft2 can artificially oblique the \ |