diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-10 07:58:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-11 09:32:50 +0100 |
commit | 18bd4087db3b532955fc142bb4fa08d688db399b (patch) | |
tree | 168c80c5b97d3375648505c055532f410331ed1c /meta | |
parent | cf998b930c524942e39ce9b0bc655c32b87fdc92 (diff) | |
download | poky-18bd4087db3b532955fc142bb4fa08d688db399b.tar.gz |
libva: upgrade 2.4.1 -> 2.5.0
For changes in this release, see:
https://github.com/intel/libva/releases
(From OE-Core rev: aca1998d07ae4639a4d51978006c81edf5793543)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libva/libva_2.5.0.bb (renamed from meta/recipes-graphics/libva/libva_2.4.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libva/libva_2.4.1.bb b/meta/recipes-graphics/libva/libva_2.5.0.bb index 525721f0ae..e75648b2be 100644 --- a/meta/recipes-graphics/libva/libva_2.4.1.bb +++ b/meta/recipes-graphics/libva/libva_2.5.0.bb | |||
@@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | |||
19 | 19 | ||
20 | SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2" | 20 | SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "5b5ace9de3f07cb7b8f4d19b6979adf0" | 22 | SRC_URI[md5sum] = "3688212fb7a87947070f3729e91ff7cf" |
23 | SRC_URI[sha256sum] = "e9e053908591b121793eaa5d8aa37675b4cd3af4b12f1f377dff4767f39cee70" | 23 | SRC_URI[sha256sum] = "3aa89cd369a506ac4dbe5de7c0ef5da4f3d220bf986403f02fa1f6f702af6878" |
24 | 24 | ||
25 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" | 25 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" |
26 | 26 | ||