shairport-sync: list avahi-daemon as runtime dependency
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 19 Nov 2025 02:53:33 +0000 (21:53 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 20 Nov 2025 02:21:42 +0000 (21:21 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-core/images/include/image-hvmpd-common.inc
recipes-multimedia/shairport-sync/shairport-sync_git.bb

index ef1cefe..33cb43e 100644 (file)
@@ -23,8 +23,3 @@ IMAGE_INSTALL:append = " \
     ympd \
     shairport-sync \
 "
-
-# Needed by shairport-sync:
-IMAGE_INSTALL:append = " \
-    avahi-daemon \
-"
index 994a00f..15280b9 100644 (file)
@@ -56,3 +56,5 @@ USERADD_PARAM:${PN} = " \
     --groups audio \
     --user-group shairport-sync \
 "
+
+RDEPENDS:${PN} = "avahi-daemon"