From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend (limited to 'meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend') diff --git a/meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend b/meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend new file mode 100644 index 0000000..bff31b6 --- /dev/null +++ b/meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend @@ -0,0 +1,10 @@ +# TheThingSystem steward needs avahi compat headers +EXTRA_OECONF += "\ + --enable-compat-libdns_sd \ +" + +# node.js npm needs dns_sd.h but it's components do not search +# the header from correct place +do_install_append() { + cp ${D}/usr/include/avahi-compat-libdns_sd/dns_sd.h ${D}/usr/include/dns_sd.h +} -- cgit v1.2.3-54-g00ecf