summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-09-22 08:31:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-28 14:58:49 +0100
commit324cb49e198bcf56cd182cc56ad809dddc29a0ee (patch)
treec23e7d6ad59509a9eb867a96302d629df1952f3e /meta/recipes-connectivity/avahi
parent7f05f9b1c6f06e219d293bbc706ec7fe09139e80 (diff)
downloadpoky-324cb49e198bcf56cd182cc56ad809dddc29a0ee.tar.gz
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>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index c3c9c71985..5ad9db060f 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -14,7 +14,7 @@ SECTION = "network"
14# python scripts are under GPLv2+ 14# python scripts are under GPLv2+
15LICENSE = "GPLv2+ & LGPLv2.1+" 15LICENSE = "GPLv2+ & LGPLv2.1+"
16 16
17INC_PR = "r7" 17INC_PR = "r8"
18 18
19DEPENDS = "expat libcap libdaemon dbus glib-2.0" 19DEPENDS = "expat libcap libdaemon dbus glib-2.0"
20 20
@@ -78,6 +78,8 @@ FILES_libavahi-glib = "${libdir}/libavahi-glib.so.*"
78FILES_libavahi-gobject = "${libdir}/libavahi-gobject.so.*" 78FILES_libavahi-gobject = "${libdir}/libavahi-gobject.so.*"
79FILES_avahi-utils = "${bindir}/avahi-*" 79FILES_avahi-utils = "${bindir}/avahi-*"
80 80
81RDEPENDS_avahi-systemd = "avahi-daemon"
82
81RDEPENDS_avahi-daemon = "sysvinit-pidof" 83RDEPENDS_avahi-daemon = "sysvinit-pidof"
82 84
83# uclibc has no nss 85# uclibc has no nss