summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libva/libva.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:48:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:11 +0000
commitb9fd33560e6e4d91bb45ba28935a9f0fa9d6f4b4 (patch)
tree68019642fb6827d457269fc852bf35e2001589ca /meta/recipes-graphics/libva/libva.inc
parent7944a0ff0454393f8d26cf93c8b01436e2f94364 (diff)
downloadpoky-b9fd33560e6e4d91bb45ba28935a9f0fa9d6f4b4.tar.gz
libva: upgrade 2.8.0 -> 2.9.0
(From OE-Core rev: 69a25c4fa5fc8fb1d16622836a9b468398154ad7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libva/libva.inc')
-rw-r--r--meta/recipes-graphics/libva/libva.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
index e7bec80c14..7b6f11674d 100644
--- a/meta/recipes-graphics/libva/libva.inc
+++ b/meta/recipes-graphics/libva/libva.inc
@@ -17,6 +17,8 @@ SECTION = "x11"
17LICENSE = "MIT" 17LICENSE = "MIT"
18 18
19SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2" 19SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2"
20LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
21SRC_URI[sha256sum] = "e344c1392dde92696c9ffd9cb3c7277d0a3b912236eb4e0fdedf7f375434584b"
20 22
21S = "${WORKDIR}/libva-${PV}" 23S = "${WORKDIR}/libva-${PV}"
22 24