summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_19.0.3.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-04-24 17:15:29 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-26 10:09:08 +0100
commit2b70287431129f3963cc253794078077fb2e46aa (patch)
treeeafd5f79fde811f086d145c2062fde8304cc9262 /meta/recipes-graphics/mesa/mesa-gl_19.0.3.bb
parent0734405c9a61e0e16623356b3f9d452b3f51392c (diff)
downloadpoky-2b70287431129f3963cc253794078077fb2e46aa.tar.gz
mesa: Update 19.0.1 -> 19.0.3
Mesa 19.0.3 is a bug fix release which fixes bugs found since the 19.0.1 release. For full log see: https://www.mesa3d.org/relnotes/19.0.2.html https://www.mesa3d.org/relnotes/19.0.3.html (From OE-Core rev: 38e2602426945de257a1bd9dd7e70e7b3499a4bf) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_19.0.3.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_19.0.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_19.0.3.bb b/meta/recipes-graphics/mesa/mesa-gl_19.0.3.bb
new file mode 100644
index 0000000000..d4b1c1c454
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_19.0.3.bb
@@ -0,0 +1,10 @@
1require mesa_${PV}.bb
2
3SUMMARY += " (OpenGL only, no EGL/GLES)"
4
5PROVIDES = "virtual/libgl virtual/mesa"
6
7S = "${WORKDIR}/mesa-${PV}"
8
9PACKAGECONFIG ??= "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
10PACKAGECONFIG_class-target = "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"