diff options
-rw-r--r-- | recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | 2 |
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" | |||
7 | SRC_URI_append_mx7 = " file://daemon.conf file://default.pa \ | 7 | SRC_URI_append_mx7 = " file://daemon.conf file://default.pa \ |
8 | file://pulseaudio-remove-the-control-for-speaker-headphone-widge.patch \ | 8 | file://pulseaudio-remove-the-control-for-speaker-headphone-widge.patch \ |
9 | " | 9 | " |
10 | SRC_URI_append_mx8 = " file://daemon.conf file://default.pa" | ||
10 | 11 | ||
11 | do_install_append() { | 12 | do_install_append() { |
12 | if [ -e "${WORKDIR}/daemon.conf" ] && [ -e "${WORKDIR}/default.pa" ]; then | 13 | if [ -e "${WORKDIR}/daemon.conf" ] && [ -e "${WORKDIR}/default.pa" ]; then |
@@ -17,3 +18,4 @@ do_install_append() { | |||
17 | 18 | ||
18 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" | 19 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" |
19 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" | 20 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" |
21 | PACKAGE_ARCH_mx8 = "${MACHINE_SOCARCH}" | ||