avahi: add 0.6.17, move do_stage and FILES_avahi-autoipd to avahi.inc
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 9 Feb 2007 09:30:22 +0000 (09:30 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 9 Feb 2007 09:30:22 +0000 (09:30 +0000)
packages/avahi/avahi.inc
packages/avahi/avahi_0.6.15.bb
packages/avahi/avahi_0.6.16.bb
packages/avahi/avahi_0.6.17.bb [new file with mode: 0644]

index 19ef64f..adb1356 100644 (file)
@@ -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
+}
index 07a429e..b7645bc 100644 (file)
@@ -1,10 +1,3 @@
 require avahi.inc
 
 SRC_URI += "file://patch-avahi-daemon_dbus-protocol.c.patch;patch=1;pnum=0"
-
-FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
-                       ${sysconfdir}/avahi/avahi-autoipd.action"
-
-do_stage() {
-       autotools_stage_all
-}
index e42f4bb..9189734 100644 (file)
@@ -1,8 +1 @@
 require avahi.inc
-
-FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
-                       ${sysconfdir}/avahi/avahi-autoipd.action"
-
-do_stage() {
-       autotools_stage_all
-}
diff --git a/packages/avahi/avahi_0.6.17.bb b/packages/avahi/avahi_0.6.17.bb
new file mode 100644 (file)
index 0000000..9189734
--- /dev/null
@@ -0,0 +1 @@
+require avahi.inc