diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-05-12 10:20:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-12 11:20:11 +0100 |
commit | 112483b52151f0194f247f51d2397f4a1e1a94b7 (patch) | |
tree | f77091f95a457523241bdd918fa0371dd3d7fdaf /meta/recipes-graphics/mesa/mesa_11.1.1.bb | |
parent | f5f25a9fc1723e564ba015c3ad101a35af9ee839 (diff) | |
download | openembedded-core-112483b52151f0194f247f51d2397f4a1e1a94b7.tar.gz openembedded-core-112483b52151f0194f247f51d2397f4a1e1a94b7.tar.bz2 openembedded-core-112483b52151f0194f247f51d2397f4a1e1a94b7.zip |
mesa: Upgrade 11.1.1 -> 11.2.2
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_11.1.1.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_11.1.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_11.1.1.bb b/meta/recipes-graphics/mesa/mesa_11.1.1.bb deleted file mode 100644 index 502afcfd8a..0000000000 --- a/meta/recipes-graphics/mesa/mesa_11.1.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -require ${BPN}.inc - -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz \ - file://replace_glibc_check_with_linux.patch \ -" - -SRC_URI[md5sum] = "1043dfb907beecb2a761272455960427" -SRC_URI[sha256sum] = "64db074fc514136b5fb3890111f0d50604db52f0b1e94ba3fcb0fe8668a7fd20" - -#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 -} |