diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-08 14:06:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 15:48:28 +0100 |
commit | e8b3a1244440ea01a6671cc265ecc2244e1fd446 (patch) | |
tree | 3eba9e198126d3175fc72b9178938a87c3f46730 /meta/recipes-connectivity/avahi/avahi_0.6.30.bb | |
parent | 2c6ac68006c4ddbd05e3b621ad7a96d27e0e7a33 (diff) | |
download | poky-e8b3a1244440ea01a6671cc265ecc2244e1fd446.tar.gz |
avahi: fix dbus system-service packaging and move more things to .inc
(From OE-Core rev: dca03beb98f123cfc3e09a3b2870f7537f49dd3c)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.6.30.bb')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.6.30.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.30.bb b/meta/recipes-connectivity/avahi/avahi_0.6.30.bb index 23c0fa0533..05716d0699 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.6.30.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.6.30.bb | |||
@@ -6,14 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
6 | file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \ | 6 | file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \ |
7 | file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" | 7 | file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" |
8 | 8 | ||
9 | RDEPENDS_avahi-daemon = "sysvinit-pidof" | 9 | PR = "r4" |
10 | PR = "r3" | ||
11 | |||
12 | EXTRA_OECONF += "--disable-gtk3" | ||
13 | |||
14 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ | ||
15 | ${sysconfdir}/avahi/avahi-autoipd.action \ | ||
16 | ${sysconfdir}/dhcp3/*/avahi-autoipd" | ||
17 | 10 | ||
18 | SRC_URI[md5sum] = "e4db89a2a403ff4c47d66ac66fad1f43" | 11 | SRC_URI[md5sum] = "e4db89a2a403ff4c47d66ac66fad1f43" |
19 | SRC_URI[sha256sum] = "f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f" | 12 | SRC_URI[sha256sum] = "f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f" |