diff options
author | Valentin Popa <valentin.popa@intel.com> | 2013-10-30 12:27:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 11:09:03 +0000 |
commit | 678a4fa22f5569d75a13eb39d586cdcf033bdeb0 (patch) | |
tree | a2410d7a24ed23ebfc118412a74f6be741352170 /meta/recipes-graphics/mesa/mesa_git.bb | |
parent | 9f7f7afaa47bc3a058234269bffa55e15558df16 (diff) | |
download | poky-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_git.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_git.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index 6397ece6fe..19d3e70823 100644 --- a/meta/recipes-graphics/mesa/mesa_git.bb +++ b/meta/recipes-graphics/mesa/mesa_git.bb | |||
@@ -5,15 +5,11 @@ DEFAULT_PREFERENCE = "-1" | |||
5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=f69a4626e9efc40fa0d3cc3b02c9eacf" | 5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=f69a4626e9efc40fa0d3cc3b02c9eacf" |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.0" |
8 | SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7" | 8 | SRCREV = "8f0742051e8501e737affb392996aef172034ca8" |
9 | PV = "9.1.3+git${SRCPV}" | 9 | PV = "9.2.2+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa \ | 11 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa \ |
12 | file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \ | ||
13 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ | 12 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ |
14 | file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | ||
15 | file://0004-glsl-fix-builtin_compiler-cross-compilation.patch \ | ||
16 | file://0005-fix-out-of-tree-builds-gallium.patch \ | ||
17 | file://0006-fix-out-of-tree-egl.patch \ | 13 | file://0006-fix-out-of-tree-egl.patch \ |
18 | " | 14 | " |
19 | 15 | ||