diff mbox series

[27/29] libva-utils: update 2.19.0 -> 2.20.0

Message ID 20230917093901.428214-27-alex@linutronix.de
State Accepted, archived
Commit da9010800f301a9103ca4ea73bb2eba75ef7a4ee
Headers show
Series [01/29] sstate.bbclass: setscene_depvalid(): do not exclude shadow-native from task dependency resolution | expand

Commit Message

Alexander Kanavin Sept. 17, 2023, 9:38 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../libva/{libva-utils_2.19.0.bb => libva-utils_2.20.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/libva/{libva-utils_2.19.0.bb => libva-utils_2.20.0.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/libva/libva-utils_2.19.0.bb b/meta/recipes-graphics/libva/libva-utils_2.20.0.bb
similarity index 90%
rename from meta/recipes-graphics/libva/libva-utils_2.19.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.20.0.bb
index acb25a3f0d8..2e1fd094068 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.19.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.20.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.19-branch;protocol=https"
-SRCREV = "5bf107ec4f7b18a6457d23abf57560dfb382a751"
+SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.20-branch;protocol=https"
+SRCREV = "0c8373e62af3e4d9a3831334c5402ad255797e67"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"