diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-13 13:05:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:12 +0100 |
commit | d141da28fba7cc58bd1cee8c2dd59738b4630f34 (patch) | |
tree | 4d09f632ac3e4dedb164bb398ae641a5f02dca45 /meta/recipes-graphics/mesa | |
parent | 303df74a95aee01eac2cc942fee6e6a755a99b24 (diff) | |
download | poky-d141da28fba7cc58bd1cee8c2dd59738b4630f34.tar.gz |
mesa-git: fix LIC_FILES_CHKSUM
* only wording was changed a bit and GLUT is not named explicitly
$ diff docs/license.html 7.11/Mesa-7.11/docs/license.html
41,44c41,44
< and licenses apply to different components. For example, some demo programs
< are copyrighted by SGI, some of the Mesa device drivers are copyrighted by
< their authors. See below for a list of Mesa's main components and the license
< for each.
---
> and licenses apply to different components. For example, GLUT is copyrighted
> by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
> device drivers are copyrighted by their authors. See below for a list of
> Mesa's main components and the license for each.
(From OE-Core rev: f2e7a102e39411edfa74f39c3d8d67212a50c290)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc index c9b17a9cae..594d9b8adb 100644 --- a/meta/recipes-graphics/mesa/mesa-git.inc +++ b/meta/recipes-graphics/mesa/mesa-git.inc | |||
@@ -3,6 +3,7 @@ DEPENDS += "mesa-dri-glsl-native" | |||
3 | SRCREV = "983fa4ad523535debf2e94cf6ac1fd4c5630c0d2" | 3 | SRCREV = "983fa4ad523535debf2e94cf6ac1fd4c5630c0d2" |
4 | PV = "7.11+gitr${SRCPV}" | 4 | PV = "7.11+gitr${SRCPV}" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:" | 7 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:" |
7 | 8 | ||
8 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git" | 9 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git" |