pulseaudio: daemons should conflict to each other

It should not be possible to install pulseaudio-daemon and
pulseadio-daemon-avahi at the same time as they have the same files.
Let's avoid that situation by adding conflict.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 5a5bb15949)
This commit is contained in:
Josef Schlehofer 2022-10-29 23:41:11 +02:00
parent f65a718a12
commit c9f7d98c91
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -42,6 +42,7 @@ endef
define Package/pulseaudio-daemon
$(call Package/pulseaudio-daemon/Default)
VARIANT:=noavahi
CONFLICTS:=pulseaudio-daemon-avahi
endef
define Package/pulseaudio-daemon-avahi