aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/pulseaudio/pulseaudio_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend
index b9e7d474..78a17864 100644
--- a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend
+++ b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend
@@ -7,6 +7,7 @@ SRC_URI_append_mx6 = " file://daemon.conf file://default.pa"
SRC_URI_append_mx7 = " file://daemon.conf file://default.pa \
file://pulseaudio-remove-the-control-for-speaker-headphone-widge.patch \
"
+SRC_URI_append_mx8 = " file://daemon.conf file://default.pa"
do_install_append() {
if [ -e "${WORKDIR}/daemon.conf" ] && [ -e "${WORKDIR}/default.pa" ]; then
@@ -17,3 +18,4 @@ do_install_append() {
PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
+PACKAGE_ARCH_mx8 = "${MACHINE_SOCARCH}"