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:14 +0000 |
commit | 7a0eca4379b72981a378ffe62f4e8e3428ee791a (patch) | |
tree | 9823a7534e55e1d4eab0377d3b45ba1afce3d849 /meta/recipes-graphics/mesa/mesa-9.0.2.inc | |
parent | 31fc8a621fbeb4f5bec7c6b6fd03043bb382c34d (diff) | |
download | openembedded-core-7a0eca4379b72981a378ffe62f4e8e3428ee791a.tar.gz openembedded-core-7a0eca4379b72981a378ffe62f4e8e3428ee791a.tar.bz2 openembedded-core-7a0eca4379b72981a378ffe62f4e8e3428ee791a.zip |
mesa: upgrade to 9.0.2
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-9.0.2.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-9.0.2.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-9.0.2.inc b/meta/recipes-graphics/mesa/mesa-9.0.2.inc new file mode 100644 index 0000000000..bed432c924 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-9.0.2.inc @@ -0,0 +1,11 @@ +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ + file://0002-cross-compile.patch \ + file://cross-glsl.patch \ + " + +SRC_URI[md5sum] = "dc45d1192203e418163e0017640e1cfc" +SRC_URI[sha256sum] = "75bf31f26c6e7b5515e610c1005fd1be1f7eeb2c9e6859848dab879c355ad64e" + +LIC_FILES_CHKSUM = "file://docs/license.html;md5=012f69938d81b766472fd0d240df38a4" + +S = "${WORKDIR}/Mesa-${PV}" |