From 7559db30e161851ea944763ee4c1adb17ef6a797 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 26 Mar 2017 16:58:59 -0300 Subject: mesa: Update to 17.0.2 This is a bugfix only release. ,---- | Bug fixes | | Bug 68504 - 9.2-rc1 workaround for clover build failure on ppc/altivec: cannot convert 'bool' to '__vector(4) __bool int' in return | Bug 97988 - [radeonsi] playing back videos with VDPAU exhibits deinterlacing/anti-aliasing issues not visible with VA-API | Bug 99484 - Crusader Kings 2 - Loading bars, siege bars, morale bars, etc. do not render correctly | Bug 99715 - Don't print: "Note: Buggy applications may crash, if they do please report to vendor" | Bug 100049 - "ralloc: Make sure ralloc() allocations match malloc()'s alignment." causes seg fault in 32bit build `---- Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb | 13 ------------- meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb | 13 +++++++++++++ meta/recipes-graphics/mesa/mesa_17.0.1.bb | 17 ----------------- meta/recipes-graphics/mesa/mesa_17.0.2.bb | 18 ++++++++++++++++++ 4 files changed, 31 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb create mode 100644 meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb delete mode 100644 meta/recipes-graphics/mesa/mesa_17.0.1.bb create mode 100644 meta/recipes-graphics/mesa/mesa_17.0.2.bb diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb deleted file mode 100644 index e3604f30bb..0000000000 --- a/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -require mesa_${PV}.bb - -SUMMARY += " (OpenGL only, no EGL/GLES)" - -FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" - -PROVIDES = "virtual/libgl virtual/mesa" - -S = "${WORKDIR}/mesa-${PV}" - -PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" - -EXCLUDE_FROM_WORLD = "1" diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb b/meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb new file mode 100644 index 0000000000..e3604f30bb --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb @@ -0,0 +1,13 @@ +require mesa_${PV}.bb + +SUMMARY += " (OpenGL only, no EGL/GLES)" + +FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" + +PROVIDES = "virtual/libgl virtual/mesa" + +S = "${WORKDIR}/mesa-${PV}" + +PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" + +EXCLUDE_FROM_WORLD = "1" diff --git a/meta/recipes-graphics/mesa/mesa_17.0.1.bb b/meta/recipes-graphics/mesa/mesa_17.0.1.bb deleted file mode 100644 index 9e491c28dc..0000000000 --- a/meta/recipes-graphics/mesa/mesa_17.0.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -require ${BPN}.inc - -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/mesa-${PV}.tar.xz \ - file://replace_glibc_check_with_linux.patch \ - file://disable-asm-on-non-gcc.patch \ - file://0001-Use-wayland-scanner-in-the-path.patch \ -" -SRC_URI[md5sum] = "6a7e768241846c8c69bbadbf904dcc58" -SRC_URI[sha256sum] = "96fd70ef5f31d276a17e424e7e1bb79447ccbbe822b56844213ef932e7ad1b0c" - -#because we cannot rely on the fact that all apps will use pkgconfig, -#make eglplatform.h independent of MESA_EGL_NO_X11_HEADER -do_install_append() { - if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then - 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 - fi -} diff --git a/meta/recipes-graphics/mesa/mesa_17.0.2.bb b/meta/recipes-graphics/mesa/mesa_17.0.2.bb new file mode 100644 index 0000000000..2689e8fac2 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa_17.0.2.bb @@ -0,0 +1,18 @@ +require ${BPN}.inc + +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/mesa-${PV}.tar.xz \ + file://replace_glibc_check_with_linux.patch \ + file://disable-asm-on-non-gcc.patch \ + file://0001-Use-wayland-scanner-in-the-path.patch \ +" + +SRC_URI[md5sum] = "8f808e92b893d412fbd6510e1d16f5c5" +SRC_URI[sha256sum] = "f8f191f909e01e65de38d5bdea5fb057f21649a3aed20948be02348e77a689d4" + +#because we cannot rely on the fact that all apps will use pkgconfig, +#make eglplatform.h independent of MESA_EGL_NO_X11_HEADER +do_install_append() { + if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then + 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 + fi +} -- cgit 1.2.3-korg