summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 0308095794..731ad9a1cc 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -14,7 +14,7 @@ SECTION = "network"
14# python scripts are under GPLv2+ 14# python scripts are under GPLv2+
15LICENSE = "GPLv2+ & LGPLv2.1+" 15LICENSE = "GPLv2+ & LGPLv2.1+"
16 16
17INC_PR = "r0" 17INC_PR = "r1"
18 18
19DEPENDS = "expat libcap libdaemon dbus glib-2.0" 19DEPENDS = "expat libcap libdaemon dbus glib-2.0"
20 20
@@ -41,7 +41,7 @@ EXTRA_OECONF = "--with-distro=debian \
41 --disable-qt4 \ 41 --disable-qt4 \
42 --disable-python \ 42 --disable-python \
43 --disable-doxygen-doc \ 43 --disable-doxygen-doc \
44 --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ 44 --with-systemdsystemunitdir=${systemd_unitdir}/system/ \
45 ${AVAHI_GTK} \ 45 ${AVAHI_GTK} \
46 " 46 "
47 47
@@ -57,7 +57,7 @@ do_configure_prepend() {
57 57
58PACKAGES =+ "avahi-systemd avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-autoipd avahi-utils" 58PACKAGES =+ "avahi-systemd avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-autoipd avahi-utils"
59 59
60FILES_avahi-systemd = "${base_libdir}/systemd" 60FILES_avahi-systemd = "${systemd_unitdir}"
61FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ 61FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
62 ${sysconfdir}/avahi/avahi-autoipd.action \ 62 ${sysconfdir}/avahi/avahi-autoipd.action \
63 ${sysconfdir}/dhcp3/*/avahi-autoipd" 63 ${sysconfdir}/dhcp3/*/avahi-autoipd"