diff options
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 6 |
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+ |
15 | LICENSE = "GPLv2+ & LGPLv2.1+" | 15 | LICENSE = "GPLv2+ & LGPLv2.1+" |
16 | 16 | ||
17 | INC_PR = "r0" | 17 | INC_PR = "r1" |
18 | 18 | ||
19 | DEPENDS = "expat libcap libdaemon dbus glib-2.0" | 19 | DEPENDS = "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 | ||
58 | PACKAGES =+ "avahi-systemd avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-autoipd avahi-utils" | 58 | PACKAGES =+ "avahi-systemd avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-autoipd avahi-utils" |
59 | 59 | ||
60 | FILES_avahi-systemd = "${base_libdir}/systemd" | 60 | FILES_avahi-systemd = "${systemd_unitdir}" |
61 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ | 61 | FILES_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" |