You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
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 <dmitry.baryshkov@linaro.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user