diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-09 13:14:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-12 23:08:59 +0000 |
commit | 114adb666e12dcd06c1e3e5249f7a17f6c0bb857 (patch) | |
tree | 9ceafffce3285daf184786582af27e986a80b1b9 /meta | |
parent | e69b92a6e0997f97e42e43a89fbfdaeb00567189 (diff) | |
download | poky-114adb666e12dcd06c1e3e5249f7a17f6c0bb857.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libva/libva-utils_2.17.1.bb (renamed from meta/recipes-graphics/libva/libva-utils_2.17.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils_2.17.0.bb b/meta/recipes-graphics/libva/libva-utils_2.17.1.bb index c5a563b853..1e475e804b 100644 --- a/meta/recipes-graphics/libva/libva-utils_2.17.0.bb +++ b/meta/recipes-graphics/libva/libva-utils_2.17.1.bb | |||
@@ -15,7 +15,7 @@ LICENSE = "MIT" | |||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.17-branch;protocol=https" | 17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.17-branch;protocol=https" |
18 | SRCREV = "42c02a6a37b1bfce91a7f15c898750f2ee9e3d6a" | 18 | SRCREV = "3a291be22cfe70e41bad8a376fa278efa651fdff" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" | 21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" |