From 5a5bb15949f7cf0abb717245bc23508af2c48ed9 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 --- sound/pulseaudio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index eb33759b2a..d908cd1cac 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -40,6 +40,7 @@ endef define Package/pulseaudio-daemon $(call Package/pulseaudio-daemon/Default) VARIANT:=noavahi + CONFLICTS:=pulseaudio-daemon-avahi endef define Package/pulseaudio-daemon-avahi