diff options
author | Ross Burton <ross.burton@intel.com> | 2018-01-08 15:53:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-11 10:26:06 +0000 |
commit | 8d2b4c508240f2dfad8e100a06527a9a7a0a3833 (patch) | |
tree | 8cb488519194de9ce6417dc56f0ef9128babd4c4 /meta/recipes-connectivity/avahi | |
parent | 03d6846eddce33351b92676758ef6f828358c506 (diff) | |
download | poky-8d2b4c508240f2dfad8e100a06527a9a7a0a3833.tar.gz |
avahi: remove explicit avahi-dev RDEPENDS
These were added to the avahi-dev package back in 2011 before avahi-ui existed
at all. The problem of GTK+ being pulled in via avahi-dev was finally solved
with the avahi-ui split, so these explicit (and by being manually maintained,
incomplete) dependencies can be removed.
This also results in gettext-dev being removed from the dependency tree (the
gettext library API is provided by glibc/musl), which means that for a standard
image we don't need to build target gettext at all anymore.
(From OE-Core rev: 00ae3e03185f1044f3610dc7ba7da7bd3beb868a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index ef655dec44..ec368de4f4 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -109,11 +109,6 @@ RDEPENDS_${PN}-dev = "avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPK | |||
109 | RRECOMMENDS_avahi-daemon_append_libc-glibc = " libnss-mdns" | 109 | RRECOMMENDS_avahi-daemon_append_libc-glibc = " libnss-mdns" |
110 | RRECOMMENDS_${PN}_append_libc-glibc = " libnss-mdns" | 110 | RRECOMMENDS_${PN}_append_libc-glibc = " libnss-mdns" |
111 | 111 | ||
112 | RRECOMMENDS_avahi-dev = "expat-dev libcap-dev libdaemon-dev dbus-dev glib-2.0-dev update-rc.d-dev" | ||
113 | RRECOMMENDS_avahi-dev_append_libc-glibc = " gettext-dev" | ||
114 | |||
115 | RRECOMMENDS_avahi-dev[nodeprrecs] = "1" | ||
116 | |||
117 | CONFFILES_avahi-daemon = "${sysconfdir}/avahi/avahi-daemon.conf" | 112 | CONFFILES_avahi-daemon = "${sysconfdir}/avahi/avahi-daemon.conf" |
118 | 113 | ||
119 | INITSCRIPT_PACKAGES = "avahi-daemon avahi-dnsconfd" | 114 | INITSCRIPT_PACKAGES = "avahi-daemon avahi-dnsconfd" |