summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-22 12:05:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-22 16:47:07 +0000
commit04fe3421f6fd6e99f2723190036476a9e6c1e23d (patch)
treebe8fabf28215afac084ab96386cd6a8b8605e7b6 /meta/recipes-connectivity/avahi
parent3e80fcdab52d8cf351c9d0233ff714dfa48eba2c (diff)
downloadpoky-04fe3421f6fd6e99f2723190036476a9e6c1e23d.tar.gz
avahi.inc: use systemd_unitdir
(From OE-Core rev: 979923d67fec5e9e9d3bb55152fbbff7d86e96eb) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-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"