summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-20 11:14:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-21 10:05:15 +0100
commitaab44111d72d87528cfb9e210b6217a09d1636d4 (patch)
tree2aa8f9c681e9632ccecedb00308e967accfd16e4 /meta/recipes-multimedia/alsa
parenta83a16b7939e066b6686b62ae7ec66f12ef34f1e (diff)
downloadpoky-aab44111d72d87528cfb9e210b6217a09d1636d4.tar.gz
alsa-lib: fix patch Upstream-Status
Using "Backport" instead of "Accepted", as instructed on https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes (From OE-Core rev: eb730ca78c6408513f3443d5017c3ae1504ae323) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch b/meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch
index a75300f51f..9a7ba0d847 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch
+++ b/meta/recipes-multimedia/alsa/alsa-lib/0001-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch
@@ -13,7 +13,7 @@ control.c: In function 'snd_ctl_open_conf':
13 | ^~~~~~~~ 13 | ^~~~~~~~
14 14
15Fixes: https://github.com/alsa-project/alsa-lib/issues/350 15Fixes: https://github.com/alsa-project/alsa-lib/issues/350
16Upstream-Status: Accepted 16Upstream-Status: Backport [https://github.com/alsa-project/alsa-lib/commit/10bd599970acc71c92f85eb08943eb8d3d702a9c]
17Signed-off-by: Jaroslav Kysela <perex@perex.cz> 17Signed-off-by: Jaroslav Kysela <perex@perex.cz>
18--- 18---
19 include/global.h | 10 +++++----- 19 include/global.h | 10 +++++-----