diff options
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.bbappend | 10 |
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 | ||
| 2 | EXTRA_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 | ||
| 8 | do_install_append() { | ||
| 9 | cp ${D}/usr/include/avahi-compat-libdns_sd/dns_sd.h ${D}/usr/include/dns_sd.h | ||
| 10 | } | ||
