@@ -1,4 +1,4 @@
-From 6cd4855ea3dd62e6eb36c0796f8cd7bd4aaae05c Mon Sep 17 00:00:00 2001
+From 894c92ca133c5f1532a4ae155ae8f4d2c6da3c9a Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Thu, 11 Dec 2025 19:55:46 +0100
Subject: [PATCH] ffbuild/common.mak: ensure target directories are created
@@ -20,14 +20,16 @@ than add a Makefile dependency, I've injected the dir creation directly
in front of commands that can otherwise fail - a proper fix would probably
add the rule rather.
-Upstream-Status: Submitted [by email to ffmpeg-devel@ffmpeg.org,softworkz@hotmail.com,kasper93@gmail.com]
+Upstream-Status: Submitted
+ [by email to ffmpeg-devel@ffmpeg.org,softworkz@hotmail.com,kasper93@gmail.com,
+ https://lists.ffmpeg.org/archives/list/ffmpeg-devel@ffmpeg.org/message/6QKXQGZKGDNDQXH2XO5IO4LAQKVHHWZG/ ]
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
ffbuild/common.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ffbuild/common.mak b/ffbuild/common.mak
-index 0a60d01..346bb0a 100644
+index 06d6f39..52a9a20 100644
--- a/ffbuild/common.mak
+++ b/ffbuild/common.mak
@@ -126,8 +126,8 @@ $(BIN2CEXE): ffbuild/bin2c_host.o
similarity index 99%
rename from meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.1.bb
rename to meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.2.bb
@@ -26,7 +26,7 @@ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
file://0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch \
"
-SRC_URI[sha256sum] = "b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3"
+SRC_URI[sha256sum] = "464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c"
# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
ARM_INSTRUCTION_SET:armv4 = "arm"
- Various fixes for out-of-bounds accesses, buffer overflows, integer overflows, SIGFPE, use-after-free/double-free and NULL-deref issues. - Input validation and robustness improvements. - Correctness and functional fixes. - Compatibility with NVIDIA Video Codec SDK 13.1. For more details, see: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/refs/heads/release/8.1:/Changelog Also, add a link to the submitted patch. Signed-off-by: Paul Barker <paul@pbarker.dev> --- ...002-ffbuild-common.mak-ensure-target-directories-are-cre.patch | 8 +++++--- .../ffmpeg/{ffmpeg_8.1.1.bb => ffmpeg_8.1.2.bb} | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-)