diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-01 14:57:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:35:08 +0000 |
commit | 24eac1fef8892484cc3dede1853d180e0c235120 (patch) | |
tree | 343875c0aa9accf0ebe692997721a8fc2feb20b9 /meta/recipes-graphics/mx/mx.inc | |
parent | e501e87b847d915e97b11d966b5781059daaf362 (diff) | |
download | openembedded-core-contrib-24eac1fef8892484cc3dede1853d180e0c235120.tar.gz |
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471]
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mx/mx.inc')
-rw-r--r-- | meta/recipes-graphics/mx/mx.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mx/mx.inc b/meta/recipes-graphics/mx/mx.inc index 714a06f0afe..c977849c96d 100644 --- a/meta/recipes-graphics/mx/mx.inc +++ b/meta/recipes-graphics/mx/mx.inc @@ -1,4 +1,10 @@ SUMMARY = "Clutter based UI widget library" +DESCRIPTION = "Mx is a widget toolkit using Clutter that provides a set of standard interface \ +elements, including buttons, progress bars, scroll bars and others. It also \ +implements some standard managers. One other interesting feature is the \ +possibility setting style properties from a CSS format file." +HOMEPAGE = "https://github.com/clutter-project/mx" +BUGTRACKER = "https://github.com/clutter-project/mx/issues" LICENSE = "LGPLv2.1" inherit clutter autotools features_check gobject-introspection gtk-doc |