summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libva
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-02-21 12:30:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-24 10:31:48 +0000
commit389fcc6c4007b9d28038ae24eab97ecf810489c6 (patch)
treea6605bf4a9992a14b26f19bc0f3d219ef91b582d /meta/recipes-graphics/libva
parent1226d1b737067fa7126a35db1c15e91e9263a3bb (diff)
downloadpoky-389fcc6c4007b9d28038ae24eab97ecf810489c6.tar.gz
libva-utils: upgrade to 2.1.0
Major changes: * Refine gtest conformance cases * vp9enc: add support low power mode * vavpp: add support for RGBA/RGBX surface * vainfo: add support new profile/entrypoint pairs (From OE-Core rev: a289787a80099d5029daab84625453cd3e2471b1) 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/libva')
-rw-r--r--meta/recipes-graphics/libva/libva-utils_2.1.0.bb (renamed from meta/recipes-graphics/libva/libva-utils_2.0.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils_2.0.0.bb b/meta/recipes-graphics/libva/libva-utils_2.1.0.bb
index f69fab9354..a8018ea728 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.0.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.1.0.bb
@@ -15,8 +15,8 @@ LICENSE = "MIT"
15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" 15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
16 16
17SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2" 17SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
18SRC_URI[md5sum] = "60fd49a60ef96ebfb559374d412e1fc4" 18SRC_URI[md5sum] = "6649be70390606651cb636320bfd43c6"
19SRC_URI[sha256sum] = "a921df31311d8f49d2e392a5fc2a068d79f89aeb588309fbff24365310dbc5f6" 19SRC_URI[sha256sum] = "f6a7790c3dcc56537372c90a83036a3136194a8b397e84e97bf9cc9254fa2c51"
20 20
21UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases" 21UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases"
22 22