From: Koen Kooi Date: Mon, 21 Feb 2011 08:52:24 +0000 (+0100) Subject: avahi: add libcap2 to DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78be426591d344ae5c202c5c463bf381bf30308f;p=openembedded.git avahi: add libcap2 to DEPENDS avahi will pick it up already if present: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?id=6384666b6ae4781c1d16818b4f0d02f5f9af7906 Signed-off-by: Koen Kooi --- diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc index 4a7fe929dc..f4dff0ac96 100644 --- a/recipes/avahi/avahi.inc +++ b/recipes/avahi/avahi.inc @@ -4,8 +4,8 @@ HOMEPAGE = "http://avahi.org" SECTION = "network" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "python-native expat virtual/libintl libdaemon dbus glib-2.0" -INC_PR = "r12" +DEPENDS = "libcap2 python-native expat virtual/libintl libdaemon dbus glib-2.0" +INC_PR = "r13" # uclibc has no nss RRECOMMENDS_avahi-daemon_append_libc-glibc = "libnss-mdns" RDEPENDS_avahi-daemon += "sysvinit-pidof update-rc.d"