]> code.ossystems Code Review - openembedded-core.git/commit
pulseaudio: Drop pulseaudio-conf
authorMarek Vasut <marex@denx.de>
Thu, 8 Jul 2021 13:33:49 +0000 (15:33 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 9 Jul 2021 09:38:37 +0000 (11:38 +0200)
commita83aac8b7717aac48dbb8f6803a015c0098e6d31
treef270ecd2e17a583ee908c2290e8854b5a823aeba
parent7ff692d2e9787bb5b36929a208597595473db0c7
pulseaudio: Drop pulseaudio-conf

The pulseaudio.inc currently contains these two assignments:
  FILES_${PN}-conf = "${sysconfdir}"
  FILES_${PN}-server = "... ${sysconfdir} ..."
This results in pulseaudio-server shipping the configuration
in /etc/pulse/ , and based on CONFFILES_${PN}-server and co.,
this is how it was intended to work.

However, that also means FILES_${PN}-conf is not useful. In fact,
FILES_${PN}-conf is likely meant for MACHINE specific configuration,
which would better be packaged in separate recipe like e.g. systemd
does in systemd-conf_%.bb . Better yet, such pulseaudio-conf_%.bb
could ship MACHINE specific configuration overrides, which according
to pulse-daemon.conf(5) are picked from /etc/pulse/daemon.conf.d ,
while pulseaudio-server would ship the default configuration files.

Remove FILES_${PN}-conf .

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tanu Kaskinen <tanuk@iki.fi>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc