diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-23 14:33:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-28 05:31:42 +0000 |
commit | deb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e (patch) | |
tree | b131df24b8fc4ff0abd7d39a374870fba5c578e5 /meta/recipes-gnome/hicolor-icon-theme | |
parent | e7bf9c976cc07b687f1ac7636f9f5a595948dfe7 (diff) | |
download | poky-deb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e.tar.gz |
meta: add missing description in recipes-gnome
Remove some trailing whitespace
(From OE-Core rev: 5714e4fb5e35454f2f3e523b1161a6451fcd3427)
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-gnome/hicolor-icon-theme')
-rw-r--r-- | meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb index 756545976f..aad7eff25f 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "Default icon theme that all icon themes automatically inherit from" | 1 | SUMMARY = "Default icon theme that all icon themes automatically inherit from" |
2 | DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \ | ||
3 | theme for implementations of the icon theme specification." | ||
2 | HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" | 4 | HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" |
3 | BUGTRACKER = "https://bugs.freedesktop.org/" | 5 | BUGTRACKER = "https://bugs.freedesktop.org/" |
4 | 6 | ||