summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/mesa/mesa_9.1.5.bb
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2013-07-19 01:45:28 +1000
committerSaul Wold <sgw@linux.intel.com>2013-07-22 09:44:10 -0700
commit0fcee1d02f98a40f38c622459e8b5ce3d39826ce (patch)
tree8ea4b4ecdd29a42b3ed18df3ee6e14a0e8a37d33 /meta/recipes-graphics/mesa/mesa_9.1.5.bb
parentc7ca6dec31de4321313e56753d056c9df115bd96 (diff)
downloadopenembedded-core-0fcee1d02f98a40f38c622459e8b5ce3d39826ce.tar.gz
openembedded-core-0fcee1d02f98a40f38c622459e8b5ce3d39826ce.tar.bz2
openembedded-core-0fcee1d02f98a40f38c622459e8b5ce3d39826ce.zip
mesa: upgrade to 9.1.5
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_9.1.5.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_9.1.5.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_9.1.5.bb b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
new file mode 100644
index 0000000000..49fa5dd7b0
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
@@ -0,0 +1,14 @@
+require ${BPN}.inc
+
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
+ file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \
+ file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \
+ file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \
+ file://0004-glsl-fix-builtin_compiler-cross-compilation.patch \
+ file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \
+ "
+
+SRC_URI[md5sum] = "4ed2af5943141a85a21869053a2fc2eb"
+SRC_URI[sha256sum] = "89ea0d1afd90a87dab253777bfe414820c4aa3890add1487ca2b49f6b3e194fd"
+
+S = "${WORKDIR}/Mesa-${PV}"