]> code.ossystems Code Review - openembedded-core.git/commitdiff
avahi: remove explicit avahi-dev RDEPENDS
authorRoss Burton <ross.burton@intel.com>
Mon, 8 Jan 2018 15:53:19 +0000 (15:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jan 2018 11:45:20 +0000 (11:45 +0000)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/avahi/avahi.inc

index ef655dec4434c02adbe8733308ab33887249c28a..ec368de4f4a8b5ad7957a825472e3f3a9f087609 100644 (file)
@@ -109,11 +109,6 @@ RDEPENDS_${PN}-dev = "avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPK
 RRECOMMENDS_avahi-daemon_append_libc-glibc = " libnss-mdns"
 RRECOMMENDS_${PN}_append_libc-glibc = " libnss-mdns"
 
-RRECOMMENDS_avahi-dev = "expat-dev libcap-dev libdaemon-dev dbus-dev glib-2.0-dev update-rc.d-dev"
-RRECOMMENDS_avahi-dev_append_libc-glibc = " gettext-dev"
-
-RRECOMMENDS_avahi-dev[nodeprrecs] = "1"
-
 CONFFILES_avahi-daemon = "${sysconfdir}/avahi/avahi-daemon.conf"
 
 INITSCRIPT_PACKAGES = "avahi-daemon avahi-dnsconfd"