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:41:01 +0100 |
commit | a8b8e21afce050b677e9168e08b3f318aee72e1f (patch) | |
tree | 77237f605ff4cdf446d33a8e32a6d91bad596e7f | |
parent | d7033f4441183e53bf7fc8aa2293a9ec156a28dd (diff) | |
download | openembedded-core-a8b8e21afce050b677e9168e08b3f318aee72e1f.tar.gz openembedded-core-a8b8e21afce050b677e9168e08b3f318aee72e1f.tar.bz2 openembedded-core-a8b8e21afce050b677e9168e08b3f318aee72e1f.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 @@ -# Current pre-9.1 commit -SRCREV = "1665af3066f3d58c42e9d5b13098f13615a7672c" -PV = "9.1~git${SRCPV}" +# 9.1.3 commit +SRCREV = "f32ec82a8cfcabc5b7596796f36afe7986651f02" +PV = "9.1.3+git${SRCPV}" LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ - file://0002-cross-compile.patch \ + file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ + file://fix-glsl-cross.patch \ " S = "${WORKDIR}/git" |