diff options
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.6.32.bb')
| -rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.6.32.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi_0.6.32.bb new file mode 100644 index 0000000000..6670106b1b --- /dev/null +++ b/meta/recipes-connectivity/avahi/avahi_0.6.32.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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] = "22b5e705d3eabb31d26f2e1e7b074013" | ||
| 16 | SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" | ||
| 17 | |||
| 18 | DEPENDS += "intltool-native" | ||
| 19 | |||
| 20 | PACKAGES =+ "libavahi-gobject" | ||
