summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-17 11:38:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-18 08:53:10 +0100
commit2f6076ea29ff5a41fcffc879e3aa2fd96f7c3248 (patch)
tree656c14c2a40ee53ca1c3df3de83bde1e7344c54a
parentd86e52fbd251c108783383c2a4f3ecc1d207a51b (diff)
downloadpoky-2f6076ea29ff5a41fcffc879e3aa2fd96f7c3248.tar.gz
libva-utils: update 2.19.0 -> 2.20.0
(From OE-Core rev: da9010800f301a9103ca4ea73bb2eba75ef7a4ee) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/libva/libva-utils_2.20.0.bb (renamed from meta/recipes-graphics/libva/libva-utils_2.19.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils_2.19.0.bb b/meta/recipes-graphics/libva/libva-utils_2.20.0.bb
index acb25a3f0d..2e1fd09406 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"
14LICENSE = "MIT" 14LICENSE = "MIT"
15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" 15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
16 16
17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.19-branch;protocol=https" 17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.20-branch;protocol=https"
18SRCREV = "5bf107ec4f7b18a6457d23abf57560dfb382a751" 18SRCREV = "0c8373e62af3e4d9a3831334c5402ad255797e67"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"