From 9e0a8642b1be28e904afe87dbdf96d28e9c487e4 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 28 May 2023 02:41:38 +0200 Subject: [PATCH] v4l-utils: Update 1.23.0+9431e4b2 -> 1.24.1 Update V4L2 utils to actual release version 1.24.1 . Signed-off-by: Marek Vasut Signed-off-by: Khem Raj --- .../v4l2apps/{v4l-utils_1.23.0.bb => v4l-utils_1.24.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-multimedia/v4l2apps/{v4l-utils_1.23.0.bb => v4l-utils_1.24.1.bb} (96%) diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.24.1.bb similarity index 96% rename from meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb rename to meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.24.1.bb index 21a080221c..c02645a6b8 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.24.1.bb @@ -26,14 +26,14 @@ PACKAGECONFIG[qv4l2] = ",--disable-qv4l2" PACKAGECONFIG[qvidcap] = ",--disable-qvidcap" SRC_URI = "\ - git://git.linuxtv.org/v4l-utils.git;protocol=https;branch=master \ + git://git.linuxtv.org/v4l-utils.git;protocol=https;branch=stable-1.24 \ file://0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch \ file://0002-original-patch-mediactl-pkgconfig.patch \ file://0003-original-patch-export-mediactl-headers.patch \ file://0004-Do-not-use-getsubopt.patch \ " -SRCREV = "9431e4b26b4842d1401e80ada9f14593dca3a94c" +SRCREV = "8799081b143627c9c09dea0c60ad3d1cc17cc848" PV .= "+git${SRCPV}"