diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-22 08:31:18 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-09-27 23:54:27 -0700 |
commit | b447c07168405b748d4db0641468590c10a7ad52 (patch) | |
tree | 211a3f3a35dbe8db140445a2445a6a1be9d1696f /meta/recipes-connectivity | |
parent | 776942858cad072facc9b5fea618ee88ff56a3a8 (diff) | |
download | openembedded-core-b447c07168405b748d4db0641468590c10a7ad52.tar.gz openembedded-core-b447c07168405b748d4db0641468590c10a7ad52.tar.bz2 openembedded-core-b447c07168405b748d4db0641468590c10a7ad52.tar.xz openembedded-core-b447c07168405b748d4db0641468590c10a7ad52.zip |
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
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index c3c9c7198..5ad9db060 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc @@ -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 |