Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
  2. index 3318f40..ec56ba6 100644
  3. --- a/meta/recipes-connectivity/avahi/avahi.inc
  4. +++ b/meta/recipes-connectivity/avahi/avahi.inc
  5. @@ -55,6 +55,7 @@ EXTRA_OECONF = "--disable-introspection \
  6. ${EXTRA_OECONF_SYSVINIT} \
  7. ${EXTRA_OECONF_SYSTEMD} \
  8. ${AVAHI_GTK} \
  9. + --enable-compat-libdns_sd \
  10. "
  11.  
  12. # The distro choice determines what init scripts are installed
  13. @@ -71,8 +72,9 @@ do_configure_prepend() {
  14. }
  15.  
  16.  
  17. -PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-autoipd avahi-utils"
  18. +PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-autoipd avahi-utils libavahi-dnssd"
  19.  
  20. +FILES_avahi = ""
  21. FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
  22. ${sysconfdir}/avahi/avahi-autoipd.action \
  23. ${sysconfdir}/dhcp/*/avahi-autoipd \
  24. @@ -97,6 +99,7 @@ FILES_avahi-dnsconfd = "${sbindir}/avahi-dnsconfd \
  25. ${sysconfdir}/init.d/avahi-dnsconfd"
  26. FILES_libavahi-glib = "${libdir}/libavahi-glib.so.*"
  27. FILES_libavahi-gobject = "${libdir}/libavahi-gobject.so.*"
  28. +FILES_libavahi-dnssd = "${libdir}/libdns_sd.so.*"
  29. FILES_avahi-utils = "${bindir}/avahi-*"
  30.  
  31. # uclibc has no nss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement