aboutsummaryrefslogtreecommitdiffstats
path: root/packages/avahi/avahi.inc
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-02-09 09:30:22 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-02-09 09:30:22 +0000
commitb9d22a64ea6d81265437411e5020905086bfcdeb (patch)
tree2fde3b3d907325c05ce3a60c233cc7561524086e /packages/avahi/avahi.inc
parentaa4df753522137851d601b6185259e8072f17770 (diff)
downloadopenembedded-b9d22a64ea6d81265437411e5020905086bfcdeb.tar.gz
avahi: add 0.6.17, move do_stage and FILES_avahi-autoipd to avahi.inc
Diffstat (limited to 'packages/avahi/avahi.inc')
-rw-r--r--packages/avahi/avahi.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc
index 19ef64f0e1..adb1356906 100644
--- a/packages/avahi/avahi.inc
+++ b/packages/avahi/avahi.inc
@@ -34,6 +34,8 @@ FILES_avahi-dnsconfd = "${sbindir}/avahi-dnsconfd \
${sysconfdir}/init.d/avahi-dnsconfd"
FILES_libavahi-glib = "${libdir}/libavahi-glib.so.*"
FILES_avahi-utils = "${bindir}/avahi-*"
+FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
+ ${sysconfdir}/avahi/avahi-autoipd.action"
CONFFILES_avahi-daemon = "${sysconfdir}/avahi/avahi-daemon.conf"
@@ -64,3 +66,7 @@ pkg_postrm_avahi-daemon () {
deluser avahi || true
delgroup avahi || true
}
+
+do_stage() {
+ autotools_stage_all
+}