From: Hugo Villeneuve Date: Wed, 19 Nov 2025 02:53:33 +0000 (-0500) Subject: shairport-sync: list avahi-daemon as runtime dependency X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=99c47453d58e98844803a4c2a7dc5b13f4431051;p=yocto%2Fmeta-hvmpd.git shairport-sync: list avahi-daemon as runtime dependency Signed-off-by: Hugo Villeneuve --- 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"