summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-01-20 15:29:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-27 16:48:08 +0000
commit5639c150c01fa81ec2897d17ef9e4f8a64da3bdc (patch)
tree0d6068efd411c70e852ec8d6b7332aff71a9f5e7 /meta/recipes-graphics
parent1444b8a2ae226829e719d3d184fca27e5940ae0d (diff)
downloadpoky-5639c150c01fa81ec2897d17ef9e4f8a64da3bdc.tar.gz
libva: upgrade 2.6.0 -> 2.6.1
Also switch back to using the released tarballs. (From OE-Core rev: 5604b4bab738317a490b0a2628058b78e41a76fa) Signed-off-by: Anuj Mittal <anuj.mittal@intel.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')
-rw-r--r--meta/recipes-graphics/libva/libva_2.6.1.bb (renamed from meta/recipes-graphics/libva/libva_2.6.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libva/libva_2.6.0.bb b/meta/recipes-graphics/libva/libva_2.6.1.bb
index d14e1911ad..92cea83bc1 100644
--- a/meta/recipes-graphics/libva/libva_2.6.0.bb
+++ b/meta/recipes-graphics/libva/libva_2.6.1.bb
@@ -17,9 +17,9 @@ SECTION = "x11"
17LICENSE = "MIT" 17LICENSE = "MIT"
18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" 18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
19 19
20SRC_URI = "git://github.com/intel/libva.git;branch=v2.6-branch" 20SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
21SRCREV = "5f693d9e603e0e83928cec67c30b6ac902d7aa85" 21SRC_URI[md5sum] = "aef13eb48e01a47d1416d97462a22a11"
22S = "${WORKDIR}/git" 22SRC_URI[sha256sum] = "6c57eb642d828af2411aa38f55dc10111e8c98976dbab8fd62e48629401eaea5"
23 23
24UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" 24UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
25 25