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 | |
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>
8 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index 6dbbf4d803..9ecdfd0a8c 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "Graphics library for creating hardware-accelerated user interfaces" | 1 | SUMMARY = "Graphics library for creating hardware-accelerated user interfaces" |
2 | DESCRIPTION = "Clutter is an Open GL based interactive canvas library, \ | ||
3 | designed for creating fast, mainly 2D single window applications such as media \ | ||
4 | box UIs, presentations, kiosk style applications and so on." | ||
2 | HOMEPAGE = "http://www.clutter-project.org/" | 5 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPLv2.1+" | 6 | LICENSE = "LGPLv2.1+" |
4 | 7 | ||
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 4436163168..23661d9b64 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "Modern 3D graphics API with associated utility APIs" | 1 | SUMMARY = "Modern 3D graphics API with associated utility APIs" |
2 | DESCRIPTION = "Cogl is a small open source library for using 3D graphics \ | ||
3 | hardware for rendering. The API departs from the flat state machine style of \ | ||
4 | OpenGL and is designed to make it easy to write orthogonal components that \ | ||
5 | can render without stepping on each others toes." | ||
2 | HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" | 6 | HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" |
3 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
4 | 8 | ||
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb index 825453ab28..834d8154ee 100644 --- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "OpenGL function pointer management library" | 1 | SUMMARY = "OpenGL function pointer management library" |
2 | DESCRIPTION = "It hides the complexity of dlopen(), dlsym(), \ | ||
3 | glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with \ | ||
4 | very little knowledge needed on their part. They get to read GL specs and \ | ||
5 | write code using undecorated function names like glCompileShader()." | ||
2 | HOMEPAGE = "https://github.com/anholt/libepoxy/" | 6 | HOMEPAGE = "https://github.com/anholt/libepoxy/" |
3 | SECTION = "libs" | 7 | SECTION = "libs" |
4 | 8 | ||
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/" |
diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb index cbaf054365..57a3024ea9 100644 --- a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb +++ b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Custom Matchbox session files" | 1 | SUMMARY = "Custom Matchbox session files" |
2 | DESCRIPTION = "Very simple session manager for matchbox tools" | ||
2 | HOMEPAGE = "http://www.matchbox-project.org/" | 3 | HOMEPAGE = "http://www.matchbox-project.org/" |
3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | 4 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
4 | 5 | ||
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index d489f82b14..28a52cfeee 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "OpenGL driver testing framework" | 1 | SUMMARY = "OpenGL driver testing framework" |
2 | DESCRIPTION = "Piglit is an open-source test suite for OpenGL and OpenCL \ | ||
3 | implementations." | ||
2 | LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause" | 4 | LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" |
4 | 6 | ||
diff --git a/meta/recipes-graphics/virglrenderer/virglrenderer_0.8.0.bb b/meta/recipes-graphics/virglrenderer/virglrenderer_0.8.0.bb index d2b11c103a..4ac4412df3 100644 --- a/meta/recipes-graphics/virglrenderer/virglrenderer_0.8.0.bb +++ b/meta/recipes-graphics/virglrenderer/virglrenderer_0.8.0.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "VirGL virtual OpenGL renderer" | 1 | SUMMARY = "VirGL virtual OpenGL renderer" |
2 | DESCRIPTION = "Virgil is a research project to investigate the possibility of \ | ||
3 | creating a virtual 3D GPU for use inside qemu virtual machines, that allows \ | ||
4 | the guest operating system to use the capabilities of the host GPU to \ | ||
5 | accelerate 3D rendering." | ||
2 | HOMEPAGE = "https://virgil3d.github.io/" | 6 | HOMEPAGE = "https://virgil3d.github.io/" |
3 | 7 | ||
4 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
diff --git a/meta/recipes-graphics/wayland/libinput_1.14.1.bb b/meta/recipes-graphics/wayland/libinput_1.14.1.bb index 38bc8d2c33..c74a9bad1f 100644 --- a/meta/recipes-graphics/wayland/libinput_1.14.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.14.1.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | SUMMARY = "Library to handle input devices in Wayland compositors" | 1 | SUMMARY = "Library to handle input devices in Wayland compositors" |
2 | DESCRIPTION = "libinput is a library to handle input devices in Wayland \ | ||
3 | compositors and to provide a generic X.Org input driver. It provides \ | ||
4 | device detection, device handling, input device event processing and \ | ||
5 | abstraction so minimize the amount of custom input code compositors need to \ | ||
6 | provide the common set of functionality that users expect." | ||
2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" | 7 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" |
3 | SECTION = "libs" | 8 | SECTION = "libs" |
4 | 9 | ||