]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva-utils: upgrade 2.13.0 -> 2.14.0
authorwangmy <wangmy@fujitsu.com>
Wed, 23 Feb 2022 13:08:06 +0000 (21:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 12:39:00 +0000 (12:39 +0000)
Changelog:
=========
* test: Use test suite setup/teardown to reduce test overhead
* ci: fix freebsd build

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva-utils_2.14.0.bb [moved from meta/recipes-graphics/libva/libva-utils_2.13.0.bb with 90% similarity]

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 c93cdb448444d5089f77c09ad727068e313ecd71..b816b5e96d6d2f22ac80c96b41d4b2dae3c8db4e 100644 (file)
@@ -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+)+))$"