From a63dc47e56d298f2f0d58fda675b77dc0df2b301 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 6 Dec 2012 12:23:32 +0000 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-8.0.4.inc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-graphics/mesa/mesa-8.0.4.inc (limited to 'meta/recipes-graphics/mesa/mesa-8.0.4.inc') 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 @@ -DEPENDS += "mesa-dri-glsl-native" - -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ - file://0001-Compile-with-uclibc.patch \ - file://0002-cross-compile.patch \ - file://0003-fix-for-x32.patch \ - " -SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}" - -S = "${WORKDIR}/Mesa-${PV}" - -SRC_URI[md5sum] = "d546f988adfdf986cff45b1efa2d8a46" -SRC_URI[sha256sum] = "02ed19f4f5f6535dda03a9932a81438aa78ea723ebba1f39a3d49a70a4e1d07e" - -do_configure_prepend() { - # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)" - sed -i "s#\./builtin_compiler#${STAGING_BINDIR_NATIVE}/glsl/builtin_compiler#g" ${S}/src/glsl/Makefile -} -- cgit v1.2.3-54-g00ecf