Update recipes
[scm/bb/meta-tizen.git] / recipes-tizen / pulseaudio-module-murphy-ivi / pulseaudio-module-murphy-ivi-extraconf.inc
1 do_install_append() {
2     # Tmp fix:
3     # Remove modules combine-sink and augment-properties from
4     # pulseaudio-module-murphy-ivi since they conflict with modules with
5     # the same name provided by pulseaudio. Modules provided by
6     # pulseaudio-module-murphy-ivi are based on the ones provided by
7     # pulseaudio but incorpoate muprhy/IVI specific changes. The muprhy
8     # team plans on renaming those modules in order to prevent this
9     # conflict and allows both pulseaudio-module-murphy-ivi and
10     # pulseaudio modules to be installed alongside.
11     # Bug-Tizen: PTREL-825
12     rm -f ${D}${prefix}/lib/pulse-5.0/modules/module-combine-sink.so
13     rm -f ${D}${prefix}/lib/pulse-5.0/modules/module-augment-properties.so
14 }
15
16 FILES_${PN}-dbg += "${prefix}/lib/pulse-5.0/modules/.debug"