[oe-commits] Koen Kooi : avahi: add libcap2 to DEPENDS

git version control git at git.openembedded.org
Tue Feb 22 01:33:27 UTC 2011


Module: openembedded.git
Branch: trini/simplify-target-flags
Commit: 78be426591d344ae5c202c5c463bf381bf30308f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=78be426591d344ae5c202c5c463bf381bf30308f

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb 21 09:52:24 2011 +0100

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 <koen at openembedded.org>

---

 recipes/avahi/avahi.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc
index 4a7fe92..f4dff0a 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"





More information about the Openembedded-commits mailing list