From 99c47453d58e98844803a4c2a7dc5b13f4431051 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 18 Nov 2025 21:53:33 -0500 Subject: [PATCH] shairport-sync: list avahi-daemon as runtime dependency Signed-off-by: Hugo Villeneuve --- recipes-core/images/include/image-hvmpd-common.inc | 5 ----- recipes-multimedia/shairport-sync/shairport-sync_git.bb | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/recipes-core/images/include/image-hvmpd-common.inc b/recipes-core/images/include/image-hvmpd-common.inc index ef1cefe..33cb43e 100644 --- a/recipes-core/images/include/image-hvmpd-common.inc +++ b/recipes-core/images/include/image-hvmpd-common.inc @@ -23,8 +23,3 @@ IMAGE_INSTALL:append = " \ ympd \ shairport-sync \ " - -# Needed by shairport-sync: -IMAGE_INSTALL:append = " \ - avahi-daemon \ -" diff --git a/recipes-multimedia/shairport-sync/shairport-sync_git.bb b/recipes-multimedia/shairport-sync/shairport-sync_git.bb index 994a00f..15280b9 100644 --- a/recipes-multimedia/shairport-sync/shairport-sync_git.bb +++ b/recipes-multimedia/shairport-sync/shairport-sync_git.bb @@ -56,3 +56,5 @@ USERADD_PARAM:${PN} = " \ --groups audio \ --user-group shairport-sync \ " + +RDEPENDS:${PN} = "avahi-daemon" -- 2.20.1