summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_9.2.2.bb
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2013-10-30 12:27:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 11:09:03 +0000
commit678a4fa22f5569d75a13eb39d586cdcf033bdeb0 (patch)
treea2410d7a24ed23ebfc118412a74f6be741352170 /meta/recipes-graphics/mesa/mesa_9.2.2.bb
parent9f7f7afaa47bc3a058234269bffa55e15558df16 (diff)
downloadpoky-678a4fa22f5569d75a13eb39d586cdcf033bdeb0.tar.gz
Mesa: upgrade to 9.2.2
* License is still MIT * removed patches were already merged or another solution was backported. (From OE-Core rev: 263e654e5d28fa7f6b0c8cc23f57a31448e88a40) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_9.2.2.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_9.2.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_9.2.2.bb b/meta/recipes-graphics/mesa/mesa_9.2.2.bb
new file mode 100644
index 0000000000..60eba01db1
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa_9.2.2.bb
@@ -0,0 +1,11 @@
1require ${BPN}.inc
2
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
4 file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \
5 file://0006-fix-out-of-tree-egl.patch \
6 "
7
8SRC_URI[md5sum] = "20887f8020db7d1736a01ae9cd5d8c38"
9SRC_URI[sha256sum] = "c78a5035233672844cf2492fe82dc10877e12026be227d04469d6ca6ac656a3d"
10
11S = "${WORKDIR}/Mesa-${PV}"