meta-sunxi/recipes-connectivity/avahi/avahi_0.6.31.bbappend
Kristof Robot 63a3484230 Added config file for avahi-daemon
Without this config file, avahi-daemon would not startup because of "Failed to create server: No suitable network protocol available" error, which is fixed by following configuration setting in /etc/avahi/avahi-daemon.conf:
disallow-other-stacks=yes
2013-10-31 13:31:09 +01:00

11 lines
280 B
Plaintext

# prepend this dir to path, to find conf file
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://avahi-daemon.conf"
do_install_append () {
install -m 0644 ${WORKDIR}/avahi-daemon.conf ${D}${sysconfdir}/avahi/avahi-daemon.conf
}
INC := "${@int(PRINC) + 2}"