diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-06-01 12:29:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-03 23:46:07 +0100 |
commit | 25bd6c19ce7031d62b973d306a23f5c55bc3ad5d (patch) | |
tree | 9b8e0bc985db8bdb42a6bf9936cbeac23180613d /meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb | |
parent | 6ef29897a86f3376ef9a0a7f74a4b13b97ce2144 (diff) | |
download | poky-25bd6c19ce7031d62b973d306a23f5c55bc3ad5d.tar.gz |
mesa: upgrade to 17.1.1
* Costmetic changes in license.html file required new MD5 hash
* Add PACKAGECONFIG option for libunwind support (new feature, disable by default)
* Rebased 0001-Use-wayland-scanner-in-the-path.patch
* Added zlib in DEPENDS, otherwise mesa no longer builds.
* Added 0001-util-rand_xor-add-missing-include-statements.patch, sent upstream
(From OE-Core rev: fa08267f1399904fed079277bc86ac1aa26c06dc)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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.1.1.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb b/meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb new file mode 100644 index 0000000000..e3604f30bb --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_17.1.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 ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
12 | |||
13 | EXCLUDE_FROM_WORLD = "1" | ||