diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-30 15:25:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:26 +0100 |
commit | f8f18149167b511f0e057c395d5746bf23c4b273 (patch) | |
tree | 5f44156b3987b753b8cbefec12d206b7925d7a4a /meta/recipes-graphics | |
parent | 7aa250c8b394d2c5d21e09dc8165d3002dd67f66 (diff) | |
download | poky-f8f18149167b511f0e057c395d5746bf23c4b273.tar.gz |
mesa: update git recipe to 9.1.3 release
It's not bleeding edge but it's better than the previous pre-9.1 commit.
(From OE-Core rev: a8b8e21afce050b677e9168e08b3f318aee72e1f)
Signed-off-by: Ross Burton <ross.burton@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')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc index ee9a552757..c5507ce87b 100644 --- a/meta/recipes-graphics/mesa/mesa-git.inc +++ b/meta/recipes-graphics/mesa/mesa-git.inc | |||
@@ -1,11 +1,12 @@ | |||
1 | # Current pre-9.1 commit | 1 | # 9.1.3 commit |
2 | SRCREV = "1665af3066f3d58c42e9d5b13098f13615a7672c" | 2 | SRCREV = "f32ec82a8cfcabc5b7596796f36afe7986651f02" |
3 | PV = "9.1~git${SRCPV}" | 3 | PV = "9.1.3+git${SRCPV}" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" | 5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" |
6 | 6 | ||
7 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | 7 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ |
8 | file://0002-cross-compile.patch \ | 8 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ |
9 | file://fix-glsl-cross.patch \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |