summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mx/mx.inc
diff options
context:
space:
mode:
authorMeh Mbeh Ida Delphine <idadelm@gmail.com>2021-03-01 14:57:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 20:39:35 +0000
commit1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf (patch)
tree3ea6108a52cce4fcca09b4ed1eb2145c0941b3c9 /meta/recipes-graphics/mx/mx.inc
parent30f694fec7f47264ec20086c45a3de5fbc55842e (diff)
downloadpoky-1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf.tar.gz
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471] (From OE-Core rev: 24eac1fef8892484cc3dede1853d180e0c235120) 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.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mx/mx.inc b/meta/recipes-graphics/mx/mx.inc
index 714a06f0af..c977849c96 100644
--- a/meta/recipes-graphics/mx/mx.inc
+++ b/meta/recipes-graphics/mx/mx.inc
@@ -1,4 +1,10 @@
1SUMMARY = "Clutter based UI widget library" 1SUMMARY = "Clutter based UI widget library"
2DESCRIPTION = "Mx is a widget toolkit using Clutter that provides a set of standard interface \
3elements, including buttons, progress bars, scroll bars and others. It also \
4implements some standard managers. One other interesting feature is the \
5possibility setting style properties from a CSS format file."
6HOMEPAGE = "https://github.com/clutter-project/mx"
7BUGTRACKER = "https://github.com/clutter-project/mx/issues"
2LICENSE = "LGPLv2.1" 8LICENSE = "LGPLv2.1"
3 9
4inherit clutter autotools features_check gobject-introspection gtk-doc 10inherit clutter autotools features_check gobject-introspection gtk-doc