diff options
author | Ross Burton <ross.burton@intel.com> | 2016-01-20 14:26:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:21 +0000 |
commit | 2458f4138e1289555115130a21e78ba87442cfd0 (patch) | |
tree | 7df6e263555468bff8b619c98d3630f3fb128799 /meta/recipes-graphics | |
parent | fdb12f991a4dd5f4680fa0bf5ddd0e5decab8751 (diff) | |
download | poky-2458f4138e1289555115130a21e78ba87442cfd0.tar.gz |
mesa: update SRC_URI
Mesa has re-arranged their FTP server, so update the SRC_URI to reflect the new
paths.
(From OE-Core rev: ee613f4130076ef981aa2d0cac839699e92efbcb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_10.6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_10.6.3.bb b/meta/recipes-graphics/mesa/mesa_10.6.3.bb index 8c55064fd9..5da56ad938 100644 --- a/meta/recipes-graphics/mesa/mesa_10.6.3.bb +++ b/meta/recipes-graphics/mesa/mesa_10.6.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz" | 3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/10.x/${PV}/mesa-${PV}.tar.xz" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "553e525d2f20ed48fca8f1ec3176fd83" | 5 | SRC_URI[md5sum] = "553e525d2f20ed48fca8f1ec3176fd83" |
6 | SRC_URI[sha256sum] = "58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d" | 6 | SRC_URI[sha256sum] = "58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d" |