Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | require avahi.inc |
| 2 | |
| 3 | inherit systemd |
| 4 | |
| 5 | SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd" |
| 6 | SYSTEMD_SERVICE_${PN}-daemon = "avahi-daemon.service" |
| 7 | SYSTEMD_SERVICE_${PN}-dnsconfd = "avahi-dnsconfd.service" |
| 8 | |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
| 10 | file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \ |
| 11 | file://avahi-core/dns.h;endline=23;md5=6fe82590b81aa0ddea5095b548e2fdcb \ |
| 12 | file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \ |
| 13 | file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" |
| 14 | |
| 15 | SRC_URI[md5sum] = "d76c59d0882ac6c256d70a2a585362a6" |
| 16 | SRC_URI[sha256sum] = "57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804" |
| 17 | |
| 18 | DEPENDS += "intltool-native" |
| 19 | |
| 20 | PACKAGES =+ "libavahi-gobject" |