Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
  2. index 3318f40..60f8485 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,7 +72,7 @@ do_configure_prepend() {
  14. }
  15.  
  16.  
  17. -PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avah
  18. +PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avah
  19.  
  20. FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
  21. ${sysconfdir}/avahi/avahi-autoipd.action \
  22. @@ -97,6 +98,7 @@ FILES_avahi-dnsconfd = "${sbindir}/avahi-dnsconfd \
  23. ${sysconfdir}/init.d/avahi-dnsconfd"
  24. FILES_libavahi-glib = "${libdir}/libavahi-glib.so.*"
  25. FILES_libavahi-gobject = "${libdir}/libavahi-gobject.so.*"
  26. +FILES_libavahi-dnssd = "${libdir}/libdns_sd.so.*"
  27. FILES_avahi-utils = "${bindir}/avahi-*"
  28.  
  29. # uclibc has no nss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement