mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
avahi: fix avahi-systemd dependencies
During the avahi-ui split the RDEPENDS line got dropped leading to: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?h=yocto&id=ae0db0eb51bde42f09b9513842c3b745c37c60d5 (From OE-Core rev: b447c07168405b748d4db0641468590c10a7ad52) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7f05f9b1c6
commit
324cb49e19
@@ -14,7 +14,7 @@ SECTION = "network"
|
||||
# python scripts are under GPLv2+
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
|
||||
INC_PR = "r7"
|
||||
INC_PR = "r8"
|
||||
|
||||
DEPENDS = "expat libcap libdaemon dbus glib-2.0"
|
||||
|
||||
@@ -78,6 +78,8 @@ FILES_libavahi-glib = "${libdir}/libavahi-glib.so.*"
|
||||
FILES_libavahi-gobject = "${libdir}/libavahi-gobject.so.*"
|
||||
FILES_avahi-utils = "${bindir}/avahi-*"
|
||||
|
||||
RDEPENDS_avahi-systemd = "avahi-daemon"
|
||||
|
||||
RDEPENDS_avahi-daemon = "sysvinit-pidof"
|
||||
|
||||
# uclibc has no nss
|
||||
|
||||
Reference in New Issue
Block a user