From eeea0396b60e50ddb636088eee8ffe23c512d367 Mon Sep 17 00:00:00 2001 From: Aditya GS Date: Fri, 5 Jun 2026 17:18:03 +0530 Subject: [PATCH] gawk: add Signed-off-by to randtest backport The previously merged randtest stability fix was missing the Signed-off-by tag in the backported patch file. Add the missing Signed-off-by to ensure proper attribution. Signed-off-by: Aditya GS Signed-off-by: Richard Purdie --- meta/recipes-extended/gawk/files/randtest-fix.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/gawk/files/randtest-fix.patch b/meta/recipes-extended/gawk/files/randtest-fix.patch index 216b14e314..ac26eef8d1 100644 --- a/meta/recipes-extended/gawk/files/randtest-fix.patch +++ b/meta/recipes-extended/gawk/files/randtest-fix.patch @@ -8,6 +8,8 @@ when sigma is too small, avoiding intermittent failures. Upstream-Status: Backport [https://cgit.git.savannah.gnu.org/cgit/gawk.git/commit/?id=f2250f4bc864913437619af7a983] +Signed-off-by: Aditya GS + --- diff --git a/test/randtest.sh b/test/randtest.sh -- 2.47.3