diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-19 13:54:32 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-22 10:39:09 +0000 |
commit | dfd7f3f3f45e5405501f2d0875b377ee01fee685 (patch) | |
tree | cba9dc2d193461a4e45d3be0448692c058d20b82 /meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb | |
parent | 45a11bc172541745d7784c962cb7540d7036f409 (diff) | |
download | poky-dfd7f3f3f45e5405501f2d0875b377ee01fee685.tar.gz |
mesa: Upgrade 17.3.2 -> 17.3.3 release
The 17.3.3 release, published in January 18th, 2018. It fixes a number
of issues since 17.3.2 release.
The release notes can be seen at:
https://www.mesa3d.org/relnotes/17.3.3.html
(From OE-Core rev: 4e3e181dbe002ad17fc76c46c328f6f7df326f24)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb b/meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb new file mode 100644 index 0000000000..73267eb4f0 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require mesa_${PV}.bb | ||
2 | |||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | ||
4 | |||
5 | PROVIDES = "virtual/libgl virtual/mesa" | ||
6 | |||
7 | S = "${WORKDIR}/mesa-${PV}" | ||
8 | |||
9 | PACKAGECONFIG ??= "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||