From e5a2eb2f4409faea2806cc83a2cb29345fc3ffe1 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 25 Aug 2022 14:51:23 +0300 Subject: [PATCH] pulseaudio: guard the qcom-specific workaround with 'qcom' override The override in the bbappend is Qualcomm-specific, it should not be applied to other platforms, thus add the :qcom: override to prevent it from being applied to other platforms. Signed-off-by: Dmitry Baryshkov --- recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend index 6888fca..652e110 100644 --- a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend +++ b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend @@ -1,3 +1,3 @@ -do_install:append() { +do_install:qcom:append() { sed -i "s|^load-module module-udev-detect|load-module module-udev-detect tsched=0|" ${D}${sysconfdir}/pulse/default.pa }