diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-8.0.5.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-8.0.5.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-8.0.5.inc b/meta/recipes-graphics/mesa/mesa-8.0.5.inc deleted file mode 100644 index b39b011f1e..0000000000 --- a/meta/recipes-graphics/mesa/mesa-8.0.5.inc +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | DEPENDS += "mesa-dri-glsl-native" | ||
2 | |||
3 | SRC_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 | " | ||
8 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}" | ||
9 | |||
10 | S = "${WORKDIR}/Mesa-${PV}" | ||
11 | |||
12 | SRC_URI[md5sum] = "01305591073a76b65267f69f27d635a3" | ||
13 | SRC_URI[sha256sum] = "511b8da34f8e69ed24caf422964fb7ae747f3b1d8093f6b8aa2602164a475a5e" | ||
14 | |||
15 | do_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 | } | ||