1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libva-utils: upgrade 2.17.0 -> 2.17.1

Changelog:
==========
* fix: Fix possible memory leak
* fix: fix coding issues of array size and function return types

(From OE-Core rev: 908ed0b40f743cdaf32a8e6492edad2477c1f4be)

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>
This commit is contained in:
Wang Mingyu
2023-01-09 13:14:55 +08:00
committed by Richard Purdie
parent e69b92a6e0
commit 114adb666e
@@ -15,7 +15,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.17-branch;protocol=https"
SRCREV = "42c02a6a37b1bfce91a7f15c898750f2ee9e3d6a"
SRCREV = "3a291be22cfe70e41bad8a376fa278efa651fdff"
S = "${WORKDIR}/git"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"