summaryrefslogtreecommitdiff
path: root/meta-google/recipes-connectivity/avahi/avahi_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-google/recipes-connectivity/avahi/avahi_%.bbappend')
-rw-r--r--meta-google/recipes-connectivity/avahi/avahi_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-google/recipes-connectivity/avahi/avahi_%.bbappend b/meta-google/recipes-connectivity/avahi/avahi_%.bbappend
new file mode 100644
index 000000000..8fb53d3f5
--- /dev/null
+++ b/meta-google/recipes-connectivity/avahi/avahi_%.bbappend
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS_prepend_gbmc := "${THISDIR}/files:"
+SRC_URI_append_gbmc = " file://avahi-daemon.conf"
+do_install_append_gbmc() {
+ install -m0644 ${WORKDIR}/avahi-daemon.conf ${D}${sysconfdir}/avahi/
+}