summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/waffle/waffle_1.6.0.bb
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-18 21:20:24 +0000
commit7d393acfdab18964715acfc20f6cd4fa7c6dac7c (patch)
tree5694f8aa1ae077e98912e208ca91acf0be402c74 /meta/recipes-graphics/waffle/waffle_1.6.0.bb
parent1b4969ae59d87712335af87b43dee86b817df5a9 (diff)
downloadpoky-7d393acfdab18964715acfc20f6cd4fa7c6dac7c.tar.gz
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471] (From OE-Core rev: 4041267ed54a005f904af7a326b3465e40602ec2) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 24eac1fef8892484cc3dede1853d180e0c235120) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/waffle/waffle_1.6.0.bb')
-rw-r--r--meta/recipes-graphics/waffle/waffle_1.6.0.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-graphics/waffle/waffle_1.6.0.bb b/meta/recipes-graphics/waffle/waffle_1.6.0.bb
index a620295978..14d6a61525 100644
--- a/meta/recipes-graphics/waffle/waffle_1.6.0.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.6.0.bb
@@ -1,4 +1,10 @@
1SUMMARY = "cross-platform C library to defer selection of GL API and of window system" 1SUMMARY = "A C library for selecting an OpenGL API and window system at runtime"
2DESCRIPTION = "A cross-platform C library that allows one to defer selection \
3of an OpenGL API and window system until runtime. For example, on Linux, Waffle \
4enables an application to select X11/EGL with an OpenGL 3.3 core profile, \
5Wayland with OpenGL ES2, and other window system / API combinations."
6HOMEPAGE = "http://www.waffle-gl.org/"
7BUGTRACKER = "https://gitlab.freedesktop.org/mesa/waffle"
2LICENSE = "BSD-2-Clause" 8LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \ 9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \
4 file://include/waffle/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf" 10 file://include/waffle/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf"