libva-utils: upgrade 2.13.0 -> 2.14.0

Message ID 1645621688-29191-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 6fcb278ffb38fe1ff6379a7cf0d40c19913ccae3
Headers show
Series libva-utils: upgrade 2.13.0 -> 2.14.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 23, 2022, 1:08 p.m. UTC
Changelog:
=========
* test: Use test suite setup/teardown to reduce test overhead
* ci: fix freebsd build

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libva/{libva-utils_2.13.0.bb => libva-utils_2.14.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/libva/{libva-utils_2.13.0.bb => libva-utils_2.14.0.bb} (90%)

Patch

diff --git a/meta/recipes-graphics/libva/libva-utils_2.13.0.bb b/meta/recipes-graphics/libva/libva-utils_2.14.0.bb
similarity index 90%
rename from meta/recipes-graphics/libva/libva-utils_2.13.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.14.0.bb
index c93cdb4484..b816b5e96d 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.13.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.14.0.bb
@@ -14,8 +14,8 @@  SECTION = "x11"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
 
-SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.13-branch;protocol=https"
-SRCREV = "7bad184b2cf2ffaf4fb3cc71d4df63d7b142d592"
+SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.14-branch;protocol=https"
+SRCREV = "9cf21686ad9cacef53ee6b3f13c02b830cf0c7a3"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"