summaryrefslogtreecommitdiffstats
path: root/meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
commit6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f (patch)
tree814ad3da280833de03535ca04cf5068da1d31822 /meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend
downloadmeta-eca-daisy-enea.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend')
-rw-r--r--meta-iot/recipes-connectivity/avahi/avahi_0.6.31.bbappend10
1 files changed, 10 insertions, 0 deletions
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 @@
1# TheThingSystem steward needs avahi compat headers
2EXTRA_OECONF += "\
3 --enable-compat-libdns_sd \
4"
5
6# node.js npm needs dns_sd.h but it's components do not search
7# the header from correct place
8do_install_append() {
9 cp ${D}/usr/include/avahi-compat-libdns_sd/dns_sd.h ${D}/usr/include/dns_sd.h
10}