summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_17.3.1.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-01-09 16:57:52 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-13 10:15:20 +0000
commitb775c95a8d80ec6585e8518454f20365b356b0d0 (patch)
tree7c8005e6ed372e952b4fd86a41ff5791f3bbe2f6 /meta/recipes-graphics/mesa/mesa_17.3.1.bb
parentd54b9ea08ffdfeb3fb2e1ffe5ad410655a7085c1 (diff)
downloadpoky-b775c95a8d80ec6585e8518454f20365b356b0d0.tar.gz
mesa: Upgrade to 17.3.2 release
The 17.3.2 release, published in January 9th, 2018. It fixes a number of issues since 17.3.1 release. The release notes can be seen at: - 17.3.2: https://www.mesa3d.org/relnotes/17.3.2.html (From OE-Core rev: aabb3bc2e150dccf01e283ed02a4701753b20362) 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_17.3.1.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_17.3.1.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_17.3.1.bb b/meta/recipes-graphics/mesa/mesa_17.3.1.bb
deleted file mode 100644
index f1daa4a198..0000000000
--- a/meta/recipes-graphics/mesa/mesa_17.3.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require ${BPN}.inc
2
3SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
4 file://replace_glibc_check_with_linux.patch \
5 file://disable-asm-on-non-gcc.patch \
6 file://Use-Python-3-to-execute-the-scripts.patch \
7 file://0001-Use-wayland-scanner-in-the-path.patch \
8 file://0002-hardware-gloat.patch \
9 file://llvm-config-version.patch \
10 file://0001-winsys-svga-drm-Include-sys-types.h.patch \
11 file://0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch \
12 "
13
14SRC_URI[md5sum] = "b4b021279ea21e1eb8a1369afa6f19a0"
15SRC_URI[sha256sum] = "9ae607e0998a586fb2c866cfc8e45e6f52d1c56cb1b41288253ea83eada824c1"
16
17#because we cannot rely on the fact that all apps will use pkgconfig,
18#make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
19do_install_append() {
20 if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then
21 sed -i -e 's/^#if defined(MESA_EGL_NO_X11_HEADERS)$/#if defined(MESA_EGL_NO_X11_HEADERS) || ${@bb.utils.contains('PACKAGECONFIG', 'x11', '0', '1', d)}/' ${D}${includedir}/EGL/eglplatform.h
22 fi
23}