summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_17.2.4.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-11-08 11:17:13 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-11 12:14:27 +0000
commit8d8668a3a229d7268ae50812c41696b342623156 (patch)
tree7cd82a4bad28ce927d5aa1f7ba4aefe1c8784022 /meta/recipes-graphics/mesa/mesa-gl_17.2.4.bb
parent125e0b72b7b419368761ffbbf38987f91af4523b (diff)
downloadpoky-8d8668a3a229d7268ae50812c41696b342623156.tar.gz
mesa: Upgrade to 17.2.4 release
Upgrade to a new stable release and drop patches applied on upstream. For a full release notes, please see: https://mesa3d.org/relnotes/17.2.0.html https://mesa3d.org/relnotes/17.2.1.html https://mesa3d.org/relnotes/17.2.2.html https://mesa3d.org/relnotes/17.2.3.html https://mesa3d.org/relnotes/17.2.4.html (From OE-Core rev: 77e79af4234ac0e96473d4691fd0f1ca759f3447) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> 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.4.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.2.4.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.2.4.bb b/meta/recipes-graphics/mesa/mesa-gl_17.2.4.bb
new file mode 100644
index 0000000000..73267eb4f0
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.2.4.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)}"