diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-03-06 12:08:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-08 11:52:56 +0000 |
commit | 2e213dd1b39615cf0f8ff92b6164c4f6c80b1844 (patch) | |
tree | 48922a2e08167fe7d7450fcf9567144a6437f732 /meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb | |
parent | d0bed9a76e99cad166852c9d5fb9c72c91d133a9 (diff) | |
download | poky-2e213dd1b39615cf0f8ff92b6164c4f6c80b1844.tar.gz |
mesa: Upgrade 17.0.0 -> 17.0.1
This is a bug fix release and first non-development release in 17.0
branch. There are ~50 bug fix commits (plus a few release script
commits).
(From OE-Core rev: 465a6b49b680e1fedb059e97eb682cf5814cf078)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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.0.1.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb new file mode 100644 index 0000000000..85cc396fe3 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require mesa_${PV}.bb | ||
2 | |||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | ||
4 | |||
5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" | ||
6 | |||
7 | PROVIDES = "virtual/libgl virtual/mesa" | ||
8 | |||
9 | S = "${WORKDIR}/mesa-${PV}" | ||
10 | |||
11 | PACKAGECONFIG ??= "dri ${MESA_CRYPTO} ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
12 | |||
13 | EXCLUDE_FROM_WORLD = "1" | ||