summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-git.inc
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-08-02 17:49:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-06 15:18:52 +0100
commitc5084487eb7526323684e5389d28352c5787ebd2 (patch)
tree4b05a4ce6ae7425c469bf2edfe6f183921d25323 /meta/recipes-graphics/mesa/mesa-git.inc
parentabfa907b4c4e682be63b82a14d5f0855d137e3c5 (diff)
downloadpoky-c5084487eb7526323684e5389d28352c5787ebd2.tar.gz
mesa: Update to 8.0.4 (latest stable version)
- The license file has changed, but the project still has the same license - Patches have been rebased on top of the 8.0 branch. crossfix.patch and crossfix-mklib.patch have been merged as they address the same problem (From OE-Core rev: e4039eb74b20e96d4b8837cd58cf2d13d091e1ad) Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-git.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-git.inc9
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 1b4c0a69b4..32b1d964a5 100644
--- a/meta/recipes-graphics/mesa/mesa-git.inc
+++ b/meta/recipes-graphics/mesa/mesa-git.inc
@@ -1,14 +1,15 @@
1DEPENDS += "mesa-dri-glsl-native" 1DEPENDS += "mesa-dri-glsl-native"
2 2
3SRCREV = "983fa4ad523535debf2e94cf6ac1fd4c5630c0d2" 3SRCREV = "c1f4867c89adb1a6b19d66ec8ad146115909f0a7"
4PV = "7.11+gitr${SRCPV}" 4PV = "8.0.4+git${SRCPV}"
5 5
6LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" 6LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67"
7FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:" 7FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:"
8 8
9SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ 9SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
10 file://uclibc.patch \ 10 file://0001-Compile-with-uclibc.patch \
11 file://crossfix.patch \ 11 file://0002-cross-compile.patch \
12 file://0003-fix-for-x32.patch \
12 " 13 "
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
14 15