aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/mesa/mesa-7.10.2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/mesa/mesa-7.10.2.inc')
-rw-r--r--meta-oe/recipes-graphics/mesa/mesa-7.10.2.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-graphics/mesa/mesa-7.10.2.inc b/meta-oe/recipes-graphics/mesa/mesa-7.10.2.inc
deleted file mode 100644
index f49f495988..0000000000
--- a/meta-oe/recipes-graphics/mesa/mesa-7.10.2.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \
- file://glamo.patch \
- file://uclibc.patch \
- "
-
-DEPENDS += "talloc"
-
-SRC_URI[archive.md5sum] = "f5de82852f1243f42cc004039e10b771"
-SRC_URI[archive.sha256sum] = "8ced2678ce11cf30804694a92ea3ca6b82f158ae8995bdc626c7e85aac71c7c1"
-
-EXTRA_OECONF += " --disable-gallium"
-
-#needs more testing and updated glamo.patch before making default
-DEFAULT_PREFERENCE = "-2"
-
-do_configure_prepend() {
- #check for python not python2, because python-native does not stage python2 binary/link
- sed -i 's/AC_CHECK_PROGS(\[PYTHON2\], \[python2 python\])/AC_CHECK_PROGS(\[PYTHON2\], \[python python\])/g' ${S}/configure.ac
-}