summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-12-04 16:53:31 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 18:03:57 +0000
commit020aa061dda316dae10647d215481e3c108af8ca (patch)
treef535a1ab50092e034970486d17935d083aae8352 /meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
parente372073f9fd8d6537454a0f406cb5919e696ffa4 (diff)
downloadpoky-020aa061dda316dae10647d215481e3c108af8ca.tar.gz
mesa: Upgrade to 17.2.6 stable release
This upgrades the recipe to 17.2.6 bugfix release. The changes can be seen at: https://www.mesa3d.org/relnotes/17.2.6.html (From OE-Core rev: 7e924e1607d8aad0f8d48f0be01931c468df2019) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb b/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
new file mode 100644
index 0000000000..73267eb4f0
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
@@ -0,0 +1,9 @@
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)}"