avahi: add libcap2 to DEPENDS
authorKoen Kooi <koen@openembedded.org>
Mon, 21 Feb 2011 08:52:24 +0000 (09:52 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 21 Feb 2011 08:52:24 +0000 (09:52 +0100)
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 <koen@openembedded.org>
recipes/avahi/avahi.inc

index 4a7fe92..f4dff0a 100644 (file)
@@ -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"