]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
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 ef1cefe7946a36b8d9558ea54f27ce021d17857c..33cb43e383fb7c32a5434dfa343ef94b27076142 100644 (file)
@@ -23,8 +23,3 @@ IMAGE_INSTALL:append = " \
     ympd \
     shairport-sync \
 "
-
-# Needed by shairport-sync:
-IMAGE_INSTALL:append = " \
-    avahi-daemon \
-"
index 994a00f3b0389272bb85647c11131ebf9943ff9e..15280b93f0d08969865378f1cd85735b30a5f9e6 100644 (file)
@@ -56,3 +56,5 @@ USERADD_PARAM:${PN} = " \
     --groups audio \
     --user-group shairport-sync \
 "
+
+RDEPENDS:${PN} = "avahi-daemon"