summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-19 17:31:46 +0800
committerSteve Sakoman <steve@sakoman.com>2024-01-31 04:10:24 -1000
commit18995b95be79eefef293405641fd8cd72f6dabe9 (patch)
treef8243908e408954295ac99ab3cb00d1db340cbd3 /meta
parent1655d39bed2dbd11bc03b4178c1cb30fee41dd9d (diff)
downloadpoky-18995b95be79eefef293405641fd8cd72f6dabe9.tar.gz
libva-utils: upgrade 2.20.0 -> 2.20.1
Changelog: ============ -Fix some coverity issues exposed in encode -Fixed VPP coverity issues (From OE-Core rev: 3ff4aee01896dc301250d38acf0a67629d317db8) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2bd1443d047ba56196b2eaa7d59b3c39c9c0f49b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/libva/libva-utils_2.20.1.bb (renamed from meta/recipes-graphics/libva/libva-utils_2.20.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils_2.20.0.bb b/meta/recipes-graphics/libva/libva-utils_2.20.1.bb
index 2e1fd09406..3bce9a1e32 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.20.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.20.1.bb
@@ -15,7 +15,7 @@ LICENSE = "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.20-branch;protocol=https" 17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.20-branch;protocol=https"
18SRCREV = "0c8373e62af3e4d9a3831334c5402ad255797e67" 18SRCREV = "2ad888bb463dc9bfb3deb512ec9faf78f1d3bfa8"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"