summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_10.4.4.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-04-29 16:33:20 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-30 23:04:12 +0100
commitf2db690d8d518f90c362f9874d24f4b4b22fd9d2 (patch)
tree40c70a8c71c1ad46ef1c66e913586deea118b1a2 /meta/recipes-graphics/mesa/mesa_10.4.4.bb
parent44f5b0e449417f21f2559bc2e6906985cae1f802 (diff)
downloadpoky-f2db690d8d518f90c362f9874d24f4b4b22fd9d2.tar.gz
mesa: Upgrade 10.4.4 -> 10.5.4
* Remove patches that are no longer needed * git build depends on python module mako. Inherit pythonnative for this * source directory changed: default S is now correct in mesa recipe, but still needs to be set in mesa-gl (From OE-Core rev: b3035cac6f505fda2bea31da63ab381b104cfd2e) 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_10.4.4.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_10.4.4.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_10.4.4.bb b/meta/recipes-graphics/mesa/mesa_10.4.4.bb
deleted file mode 100644
index 7b22bb0d44..0000000000
--- a/meta/recipes-graphics/mesa/mesa_10.4.4.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1require ${BPN}.inc
2
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
4 file://0001-PTHREAD_MUTEX_RECURSIVE_NP-is-specific-to-glibc.patch \
5 file://0002-mesa-simplify-detection-of-fpclassify.patch \
6 "
7
8SRC_URI[md5sum] = "62faf98ac79c5587f8e917e187419e6c"
9SRC_URI[sha256sum] = "f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c"
10
11S = "${WORKDIR}/Mesa-${PV}"
12
13#because we cannot rely on the fact that all apps will use pkgconfig,
14#make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
15do_install_append() {
16 if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then
17 sed -i -e 's/^#ifdef MESA_EGL_NO_X11_HEADERS/#if ${@bb.utils.contains('PACKAGECONFIG', 'x11', '0', '1', d)}/' ${D}${includedir}/EGL/eglplatform.h
18 fi
19}