diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-15 23:32:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:25 +0000 |
commit | 98045767ea3ae31539ade2e29f278714ff8ea87b (patch) | |
tree | 842f71c844683b10632ad4af3b97ec648d061da8 /meta/recipes-support/atk | |
parent | 72329ca9397b620670ff0cb2d48313f18d757884 (diff) | |
download | poky-98045767ea3ae31539ade2e29f278714ff8ea87b.tar.gz |
meta: add missing descriptions in some support recipes
(From OE-Core rev: d2654384db4999c78bc3d98215a4eecdab63541b)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.38.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.38.0.bb b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb index 88add83dd1..a0657950be 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.38.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" | 1 | SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" |
2 | DESCRIPTION = "At-Spi2 is a protocol over DBus, toolkit widgets use it to \ | ||
3 | provide their content to screen readers such as Orca." | ||
2 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" | 4 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" |
3 | LICENSE = "LGPL-2.1+" | 5 | LICENSE = "LGPL-2.1+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |