]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libva-utils: upgrade 2.15.0 -> 2.16.0
authorwangmy <wangmy@fujitsu.com>
Tue, 11 Oct 2022 08:05:56 +0000 (16:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Oct 2022 11:26:16 +0000 (12:26 +0100)
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 <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-graphics/libva/libva-utils_2.16.0.bb [moved from meta/recipes-graphics/libva/libva-utils_2.15.0.bb with 90% similarity]

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 4c46c386ecb8032fccd838134fb803671ce0657e..cdf4d79dc1b02d9d9037155e72334e0b5cc2e504 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.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<pver>(\d+(\.\d+)+))$"