summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-8.0.4.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-12-06 12:23:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-11 15:54:38 +0000
commita63dc47e56d298f2f0d58fda675b77dc0df2b301 (patch)
treefc0f01e23420e3254b5c2c173cd2fc56393d86aa /meta/recipes-graphics/mesa/mesa-8.0.4.inc
parentcf94122286f035f49ec1d3dfcaafa0c7e171f544 (diff)
downloadpoky-a63dc47e56d298f2f0d58fda675b77dc0df2b301.tar.gz
mesa: upgrade to 8.0.5
Licence checksum change, use an upstream source file instead of a generated file: we were previously checksumming the Bison license. (From OE-Core rev: b85388ad0b6c3e7176295949d88c504abf0ba5cc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-8.0.4.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-8.0.4.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-8.0.4.inc b/meta/recipes-graphics/mesa/mesa-8.0.4.inc
deleted file mode 100644
index c6307dc603..0000000000
--- a/meta/recipes-graphics/mesa/mesa-8.0.4.inc
+++ /dev/null
@@ -1,18 +0,0 @@
1DEPENDS += "mesa-dri-glsl-native"
2
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
4 file://0001-Compile-with-uclibc.patch \
5 file://0002-cross-compile.patch \
6 file://0003-fix-for-x32.patch \
7 "
8SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}"
9
10S = "${WORKDIR}/Mesa-${PV}"
11
12SRC_URI[md5sum] = "d546f988adfdf986cff45b1efa2d8a46"
13SRC_URI[sha256sum] = "02ed19f4f5f6535dda03a9932a81438aa78ea723ebba1f39a3d49a70a4e1d07e"
14
15do_configure_prepend() {
16 # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)"
17 sed -i "s#\./builtin_compiler#${STAGING_BINDIR_NATIVE}/glsl/builtin_compiler#g" ${S}/src/glsl/Makefile
18}