diff options
author | Qing He <qing.he@intel.com> | 2010-09-14 13:34:28 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-17 11:30:43 -0700 |
commit | 7c99ba847084ca3ccfb3fe206b7b01aa50d50070 (patch) | |
tree | 59b83bc3e8c22f9e4985ae1c46b48d0807546784 /meta/recipes-connectivity/avahi | |
parent | 6295c9add59c522d173c738af250b5a9792e8efd (diff) | |
download | poky-7c99ba847084ca3ccfb3fe206b7b01aa50d50070.tar.gz |
avahi: explicit depends on libcap
This avoids possible host contamination, fixes [BUGID #288]
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.6.27.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 2a5bf4a182..9a7f123098 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -9,7 +9,7 @@ PRIORITY = "optional" | |||
9 | # python scripts are under GPLv2+ | 9 | # python scripts are under GPLv2+ |
10 | LICENSE = "GPLv2+ & LGPLv2.1+" | 10 | LICENSE = "GPLv2+ & LGPLv2.1+" |
11 | 11 | ||
12 | DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade" | 12 | DEPENDS = "expat libcap libdaemon dbus glib-2.0 gtk+ libglade" |
13 | RRECOMMENDS = "libnss-mdns" | 13 | RRECOMMENDS = "libnss-mdns" |
14 | RRECOMMENDS_avahi-daemon = "libnss-mdns" | 14 | RRECOMMENDS_avahi-daemon = "libnss-mdns" |
15 | 15 | ||
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.27.bb b/meta/recipes-connectivity/avahi/avahi_0.6.27.bb index a4c22a8b0e..8793d67d53 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.6.27.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.6.27.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
7 | file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" | 7 | file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" |
8 | 8 | ||
9 | RDEPENDS_avahi-daemon = "sysvinit-pidof" | 9 | RDEPENDS_avahi-daemon = "sysvinit-pidof" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | EXTRA_OECONF += "--disable-gtk3" | 12 | EXTRA_OECONF += "--disable-gtk3" |
13 | 13 | ||