From 05be550e7527568072ff315fec50fe55825a8e3f Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 29 Oct 2022 23:41:11 +0200 Subject: [PATCH] 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 (cherry picked from commit 5a5bb15949f7cf0abb717245bc23508af2c48ed9) --- sound/pulseaudio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 0e1ff1d63e..565fb3fdb7 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -41,6 +41,7 @@ endef define Package/pulseaudio-daemon $(call Package/pulseaudio-daemon/Default) VARIANT:=noavahi + CONFLICTS:=pulseaudio-daemon-avahi endef define Package/pulseaudio-daemon-avahi -- 2.30.2