[oe-commits] [openembedded-core] 07/11: avahi: remove explicit avahi-dev RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Jan 9 11:46:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 00ae3e03185f1044f3610dc7ba7da7bd3beb868a
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jan 8 15:53:19 2018 +0000

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/avahi/avahi.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index ef655de..ec368de 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
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list