diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-02-11 14:59:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-12 13:22:44 +0000 |
commit | 604568ca8e6478a860fb9abfbfd2a1a923e7457d (patch) | |
tree | a4052c9b89983d618552bceb108ac0f9c23149a9 | |
parent | 656891d0193a1f46a89720192ea8f4ed086aca54 (diff) | |
download | poky-604568ca8e6478a860fb9abfbfd2a1a923e7457d.tar.gz |
mesa: upgrade to 9.0.2
(From OE-Core rev: 7a0eca4379b72981a378ffe62f4e8e3428ee791a)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-9.0.2.inc (renamed from meta/recipes-graphics/mesa/mesa-9.0.1.inc) | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_9.0.2.bb (renamed from meta/recipes-graphics/mesa/mesa-dri_9.0.1.bb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-9.0.1.inc b/meta/recipes-graphics/mesa/mesa-9.0.2.inc index 9b639da72f..bed432c924 100644 --- a/meta/recipes-graphics/mesa/mesa-9.0.1.inc +++ b/meta/recipes-graphics/mesa/mesa-9.0.2.inc | |||
@@ -3,8 +3,8 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | |||
3 | file://cross-glsl.patch \ | 3 | file://cross-glsl.patch \ |
4 | " | 4 | " |
5 | 5 | ||
6 | SRC_URI[md5sum] = "97d6554c05ea7449398afe3a0ede7018" | 6 | SRC_URI[md5sum] = "dc45d1192203e418163e0017640e1cfc" |
7 | SRC_URI[sha256sum] = "57a7ba83bace3f3a7dc0929fe026ef5f0ad454234ec4ad8a3e0d31650a75db6f" | 7 | SRC_URI[sha256sum] = "75bf31f26c6e7b5515e610c1005fd1be1f7eeb2c9e6859848dab879c355ad64e" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=012f69938d81b766472fd0d240df38a4" | 9 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=012f69938d81b766472fd0d240df38a4" |
10 | 10 | ||
diff --git a/meta/recipes-graphics/mesa/mesa-dri_9.0.1.bb b/meta/recipes-graphics/mesa/mesa-dri_9.0.2.bb index 26b56e426c..26b56e426c 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_9.0.1.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_9.0.2.bb | |||