From: wangmy Date: Wed, 23 Feb 2022 13:08:06 +0000 (+0800) Subject: libva-utils: upgrade 2.13.0 -> 2.14.0 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6fcb278ffb38fe1ff6379a7cf0d40c19913ccae3;p=openembedded-core.git libva-utils: upgrade 2.13.0 -> 2.14.0 Changelog: ========= * test: Use test suite setup/teardown to reduce test overhead * ci: fix freebsd build Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- 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(\d+(\.\d+)+))$"