diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-02-09 19:23:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:58 +0000 |
commit | 53f3f61a3cf3b9e9aad1c264c7222831da9373ed (patch) | |
tree | 497bba6f2baf2dc9d1e3aed0e1f22e334336e16e /meta/recipes-graphics/mesa/mesa_git.bb | |
parent | efd0e860a3a5405d233428c9f0e81b69bdb4daa4 (diff) | |
download | poky-53f3f61a3cf3b9e9aad1c264c7222831da9373ed.tar.gz |
mesa: update 10.4.3 -> 10.4.4
(From OE-Core rev: 2665bedf3b38c6d03d991b91a7b150601572b594)
Signed-off-by: Andre McCurdy <armccurdy@gmail.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.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index e554ff4faa..cbe891118d 100644 --- a/meta/recipes-graphics/mesa/mesa_git.bb +++ b/meta/recipes-graphics/mesa/mesa_git.bb | |||
@@ -2,10 +2,8 @@ require ${BPN}.inc | |||
2 | 2 | ||
3 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=6a23445982a7a972ac198e93cc1cb3de" | 5 | SRCREV = "62eb27ac8bbd979796f50e253f6c786d7d791242" |
6 | 6 | PV = "10.4.4+git${SRCPV}" | |
7 | SRCREV = "f70e4d4afd16e66506ce3b055edb3b71b1464890" | ||
8 | PV = "10.4.3+git${SRCPV}" | ||
9 | 7 | ||
10 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;branch=10.4" | 8 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;branch=10.4" |
11 | 9 | ||