From cc873f6be3dc0f0be623b4b66988ecf20f3a7077 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 eb33759b..d908cd1c 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