aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/avahi/avahi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/avahi/avahi.inc')
-rw-r--r--recipes/avahi/avahi.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc
index 150fa99aec..4ffb6d5bb1 100644
--- a/recipes/avahi/avahi.inc
+++ b/recipes/avahi/avahi.inc
@@ -15,7 +15,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
file://00avahi-autoipd file://99avahi-autoipd"
inherit autotools pkgconfig update-rc.d python-dir
-# handle update-rc.d RDEPENDS manually, we don't need it on
+# handle update-rc.d RDEPENDS_${PN} manually, we don't need it on
# anything but avahi-daemon and avahi-autoipd
RDEPENDS_append = ""
@@ -110,6 +110,3 @@ do_install() {
install ${WORKDIR}/99avahi-autoipd ${D}${sysconfdir}/udhcpc.d
}
-do_stage() {
- autotools_stage_all
-}