diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-11-06 21:34:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-11 14:07:08 +0000 |
commit | 93b2c25ee7abe524c49f79255466899165ceac75 (patch) | |
tree | ea29e06a79ad5b84f978fbbeab684fcd5ef25f6e /meta/recipes-graphics/libmatchbox | |
parent | 93834891023dae5af3ed06beb6bd3f91d32d3a2a (diff) | |
download | poky-93b2c25ee7abe524c49f79255466899165ceac75.tar.gz |
meta: add missing description for some recipes in graphics
(From OE-Core rev: b025b433c6e7d9d7f5d09ae15e89fa038fb0d91f)
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-graphics/libmatchbox')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb index ce45e48147..cca2d48a45 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "Matchbox window manager core library" | 1 | SUMMARY = "Matchbox window manager core library" |
2 | DESCRIPTION = "Matchbox is an Open Source base environment for the X Window \ | ||
3 | System running on non-desktop embedded platforms such as handhelds, set-top \ | ||
4 | boxes, kiosks and anything else for which screen space, input mechanisms or \ | ||
5 | system resources are limited." | ||
2 | SECTION = "x11/libs" | 6 | SECTION = "x11/libs" |
3 | HOMEPAGE = "http://matchbox-project.org/" | 7 | HOMEPAGE = "http://matchbox-project.org/" |
4 | BUGTRACKER = "http://bugzilla.yoctoproject.com/" | 8 | BUGTRACKER = "http://bugzilla.yoctoproject.com/" |