From 3294d066144cc61df3717af95bca8032f8386375 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 3 Nov 2017 10:13:50 -0400 Subject: Rework PulseAudio / audiomanager config setup to allow over-rides Changes include: - Move from having PulseAudio configuration changes in the recipe bbappend as patches to using the .include directive in default.pa to pick up configuration fragments provided by other recipes. - Use virtual/pulseaudio-config to pick up the previously hard-coded configuration for enabling module-router.so, which is now provided by a new recipe that sets RPROVIDES appropriately. This allows over-riding the desired configuration if needed. - Switch the audiomanager-plugins-config dependency to using virtual/audiomanager-plugins-config so that it can be over-ridden with PREFERRED_PROVIDER if needed. Bug-AGL: SPEC-1025, SPEC-1026, SPEC-1027 Change-Id: Ifdf16871cddc2bec7761b8c63239623b63c9e984 Signed-off-by: Scott Murray --- recipes-multimedia/audiomanager-plugins/audiomanager-plugins_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-multimedia/audiomanager-plugins/audiomanager-plugins_git.bb') diff --git a/recipes-multimedia/audiomanager-plugins/audiomanager-plugins_git.bb b/recipes-multimedia/audiomanager-plugins/audiomanager-plugins_git.bb index c81f414b..9b099ebc 100644 --- a/recipes-multimedia/audiomanager-plugins/audiomanager-plugins_git.bb +++ b/recipes-multimedia/audiomanager-plugins/audiomanager-plugins_git.bb @@ -3,7 +3,6 @@ HOMEPAGE = "http://projects.genivi.org/audio-manager/home" LICENSE = "MPLv2" SECTION = "multimedia" DEPENDS = "audiomanager libxml2 dbus pulseaudio" -RDEPENDS_${PN} = "audiomanager-plugins-config" LIC_FILES_CHKSUM = "file://PluginControlInterfaceGeneric/LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" @@ -57,3 +56,5 @@ do_install_append() { rm -rf ${D}${sysconfdir}/audiomanager/control/*.xml rm -rf ${D}${sysconfdir}/audiomanager/control/customtypes.xsd } + +RDEPENDS_${PN} = "virtual/audiomanager-plugins-config" -- cgit 1.2.3-korg