summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-11-06 21:34:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-11 14:07:08 +0000
commit93b2c25ee7abe524c49f79255466899165ceac75 (patch)
treeea29e06a79ad5b84f978fbbeab684fcd5ef25f6e
parent93834891023dae5af3ed06beb6bd3f91d32d3a2a (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.0.inc3
-rw-r--r--meta/recipes-graphics/cogl/cogl-1.0.inc4
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb4
-rw-r--r--meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb4
-rw-r--r--meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb1
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb2
-rw-r--r--meta/recipes-graphics/virglrenderer/virglrenderer_0.8.0.bb4
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.14.1.bb5
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 @@
1SUMMARY = "Graphics library for creating hardware-accelerated user interfaces" 1SUMMARY = "Graphics library for creating hardware-accelerated user interfaces"
2DESCRIPTION = "Clutter is an Open GL based interactive canvas library, \
3designed for creating fast, mainly 2D single window applications such as media \
4box UIs, presentations, kiosk style applications and so on."
2HOMEPAGE = "http://www.clutter-project.org/" 5HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPLv2.1+" 6LICENSE = "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 @@
1SUMMARY = "Modern 3D graphics API with associated utility APIs" 1SUMMARY = "Modern 3D graphics API with associated utility APIs"
2DESCRIPTION = "Cogl is a small open source library for using 3D graphics \
3hardware for rendering. The API departs from the flat state machine style of \
4OpenGL and is designed to make it easy to write orthogonal components that \
5can render without stepping on each others toes."
2HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" 6HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl"
3LICENSE = "MIT" 7LICENSE = "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 @@
1SUMMARY = "OpenGL function pointer management library" 1SUMMARY = "OpenGL function pointer management library"
2DESCRIPTION = "It hides the complexity of dlopen(), dlsym(), \
3glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with \
4very little knowledge needed on their part. They get to read GL specs and \
5write code using undecorated function names like glCompileShader()."
2HOMEPAGE = "https://github.com/anholt/libepoxy/" 6HOMEPAGE = "https://github.com/anholt/libepoxy/"
3SECTION = "libs" 7SECTION = "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 @@
1SUMMARY = "Matchbox window manager core library" 1SUMMARY = "Matchbox window manager core library"
2DESCRIPTION = "Matchbox is an Open Source base environment for the X Window \
3System running on non-desktop embedded platforms such as handhelds, set-top \
4boxes, kiosks and anything else for which screen space, input mechanisms or \
5system resources are limited."
2SECTION = "x11/libs" 6SECTION = "x11/libs"
3HOMEPAGE = "http://matchbox-project.org/" 7HOMEPAGE = "http://matchbox-project.org/"
4BUGTRACKER = "http://bugzilla.yoctoproject.com/" 8BUGTRACKER = "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 @@
1SUMMARY = "Custom Matchbox session files" 1SUMMARY = "Custom Matchbox session files"
2DESCRIPTION = "Very simple session manager for matchbox tools"
2HOMEPAGE = "http://www.matchbox-project.org/" 3HOMEPAGE = "http://www.matchbox-project.org/"
3BUGTRACKER = "http://bugzilla.yoctoproject.org/" 4BUGTRACKER = "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 @@
1SUMMARY = "OpenGL driver testing framework" 1SUMMARY = "OpenGL driver testing framework"
2DESCRIPTION = "Piglit is an open-source test suite for OpenGL and OpenCL \
3implementations."
2LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause" 4LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" 5LIC_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 @@
1SUMMARY = "VirGL virtual OpenGL renderer" 1SUMMARY = "VirGL virtual OpenGL renderer"
2DESCRIPTION = "Virgil is a research project to investigate the possibility of \
3creating a virtual 3D GPU for use inside qemu virtual machines, that allows \
4the guest operating system to use the capabilities of the host GPU to \
5accelerate 3D rendering."
2HOMEPAGE = "https://virgil3d.github.io/" 6HOMEPAGE = "https://virgil3d.github.io/"
3 7
4LICENSE = "MIT" 8LICENSE = "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 @@
1SUMMARY = "Library to handle input devices in Wayland compositors" 1SUMMARY = "Library to handle input devices in Wayland compositors"
2DESCRIPTION = "libinput is a library to handle input devices in Wayland \
3compositors and to provide a generic X.Org input driver. It provides \
4device detection, device handling, input device event processing and \
5abstraction so minimize the amount of custom input code compositors need to \
6provide the common set of functionality that users expect."
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" 7HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
3SECTION = "libs" 8SECTION = "libs"
4 9