From: wangmy Date: Tue, 11 Oct 2022 08:05:56 +0000 (+0800) Subject: libva-utils: upgrade 2.15.0 -> 2.16.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2779 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d7998b5561315796a711bf8512d30d6a8c279dc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libva-utils: upgrade 2.15.0 -> 2.16.0 Changelog: =========== * trace: print the display being attempted * ci: upgrade FreeBSD to 13.1 * meson: Search for threads in top-level meson.build * meson: produce summary() when 0.53.0 is present Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-graphics/libva/libva-utils_2.15.0.bb b/meta/recipes-graphics/libva/libva-utils_2.16.0.bb similarity index 90% rename from meta/recipes-graphics/libva/libva-utils_2.15.0.bb rename to meta/recipes-graphics/libva/libva-utils_2.16.0.bb index 4c46c386ecb..cdf4d79dc1b 100644 --- a/meta/recipes-graphics/libva/libva-utils_2.15.0.bb +++ b/meta/recipes-graphics/libva/libva-utils_2.16.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.15-branch;protocol=https" -SRCREV = "be203c8b85b07e1f7a3faedd13057b0a8cabd3c3" +SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.16-branch;protocol=https" +SRCREV = "cdf39e1e3da85a91ef53438c3b6a97e77dda96aa" S = "${WORKDIR}/git" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))$"