From d804fb389fe7fa7b02f91f8900a7b0fee6b1ca27 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 22 Oct 2025 11:37:43 +0300 Subject: [PATCH] audiofile: Fix Upstream-Status Fix a minor typo in the patches by replacing "Upstrem-Status" with "Upstream-Status". The typo was not triggering a QA Issue because there is a second "Upstream-Status" line in each patch. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../audiofile/files/0001-fix-negative-shift-constants.patch | 2 +- .../audiofile/files/0002-fix-build-on-gcc6.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch b/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch index 4792a15e86..b4a2398c5a 100644 --- a/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch +++ b/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch @@ -10,7 +10,7 @@ Stolen from [1] [1] http://pkgs.fedoraproject.org/cgit/rpms/audiofile.git/tree/audiofile-0.3.6-left-shift-neg.patch -Upstrem-Status: Pending +Upstream-Status: Pending Signed-off-by: Andreas Müller --- diff --git a/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch b/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch index dea8187ccb..1b05ad1d40 100644 --- a/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch +++ b/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch @@ -10,7 +10,7 @@ Stolen from [1] [1] http://pkgs.fedoraproject.org/cgit/rpms/audiofile.git/tree/audiofile-0.3.6-narrowing.patch -Upstrem-Status: Pending +Upstream-Status: Pending Signed-off-by: Andreas Müller ---