aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_9.1.6.bb
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2013-08-03 19:28:04 +1000
committerSaul Wold <sgw@linux.intel.com>2013-08-05 23:59:56 -0700
commit7ea8da1f692721ddb6f28088820d159c86c6c61a (patch)
treec7ac8336e031a33c1b695bd75dfa56f4974a9e7f /meta/recipes-graphics/mesa/mesa_9.1.6.bb
parentad6230c6e33cc76d735319d0f12ff6630655c288 (diff)
downloadopenembedded-core-7ea8da1f692721ddb6f28088820d159c86c6c61a.tar.gz
mesa: update to 9.1.6
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.6.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_9.1.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_9.1.6.bb b/meta/recipes-graphics/mesa/mesa_9.1.6.bb
new file mode 100644
index 0000000000..d47822f630
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa_9.1.6.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] = "443a2a352667294b53d56cb1a74114e9"
+SRC_URI[sha256sum] = "e632dff0acafad0a59dc208d16dedb37f7bd58f94c5d58c4b51912e41d005e3d"
+
+S = "${WORKDIR}/Mesa-${PV}"