]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libva: update 2.23.0 -> 2.24.1
authorMarkus Volk <f_l_k@t-online.de>
Mon, 3 Aug 2026 13:49:15 +0000 (15:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Aug 2026 19:27:08 +0000 (20:27 +0100)
version 2.24.1
va: include <unistd.h> for getuid/getgid in secure_getenv fallback

version 2.24.0
va: Add VA_PICTURE_H264_NON_EXISTING flag
va: use secure_getenv instead of getenv in va_x11.c
doc: fix libva av1 link for doxygen
trace: dump input/output data in va_TraceProtectedSessionExecute
trace: Add ProtectedSession Related Log in Trace

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva-initial_2.24.1.bb [moved from meta/recipes-graphics/libva/libva-initial_2.23.0.bb with 100% similarity]
meta/recipes-graphics/libva/libva.inc
meta/recipes-graphics/libva/libva_2.24.1.bb [moved from meta/recipes-graphics/libva/libva_2.23.0.bb with 100% similarity]

index b3ec4f61d1bbb1a8dfde023f7b07f5bd12f5280d..8e784c1ad15005524bcc9fce915c360b43a0effb 100644 (file)
@@ -18,8 +18,8 @@ LICENSE = "MIT"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
 
-SRC_URI = "git://github.com/intel/libva.git;branch=v2.23-branch;protocol=https;tag=${PV}"
-SRCREV = "dbf83dc3b1ce6bad46e1628aaf2da5ef731157b8"
+SRC_URI = "git://github.com/intel/libva.git;branch=v2.24-branch;protocol=https;tag=${PV}"
+SRCREV = "710eb465c6277ee2cac3e6948767b01eebe7e77a"
 
 UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>(\d+(\.\d+)+))$"