diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-23 20:23:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 10:03:10 +0000 |
commit | 0e8f0f0a033c79611a15914fde5826876502af2e (patch) | |
tree | 6eaed12c3fbab03d9adf193e923b6e20e2937f0d /meta/recipes-connectivity/avahi/avahi.inc | |
parent | 35e3443b57d009bffd8904c7c6c3a4769193c1b4 (diff) | |
download | poky-0e8f0f0a033c79611a15914fde5826876502af2e.tar.gz |
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index b266ea4141..5c3b4dd75e 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -16,7 +16,7 @@ PRIORITY = "optional" | |||
16 | LICENSE = "GPLv2+ & LGPLv2.1+" | 16 | LICENSE = "GPLv2+ & LGPLv2.1+" |
17 | 17 | ||
18 | DEPENDS = "expat libcap libdaemon dbus glib-2.0 gtk+ libglade" | 18 | DEPENDS = "expat libcap libdaemon dbus glib-2.0 gtk+ libglade" |
19 | RRECOMMENDS = "libnss-mdns" | 19 | RRECOMMENDS_${PN} = "libnss-mdns" |
20 | RRECOMMENDS_avahi-daemon = "libnss-mdns" | 20 | RRECOMMENDS_avahi-daemon = "libnss-mdns" |
21 | 21 | ||
22 | SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ | 22 | SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ |