diff options
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 5e29b9c802..0308095794 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -14,15 +14,14 @@ SECTION = "network" | |||
14 | # python scripts are under GPLv2+ | 14 | # python scripts are under GPLv2+ |
15 | LICENSE = "GPLv2+ & LGPLv2.1+" | 15 | LICENSE = "GPLv2+ & LGPLv2.1+" |
16 | 16 | ||
17 | INC_PR = "r11" | 17 | INC_PR = "r0" |
18 | 18 | ||
19 | DEPENDS = "expat libcap libdaemon dbus glib-2.0" | 19 | DEPENDS = "expat libcap libdaemon dbus glib-2.0" |
20 | 20 | ||
21 | SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ | 21 | SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ |
22 | file://00avahi-autoipd \ | 22 | file://00avahi-autoipd \ |
23 | file://99avahi-autoipd \ | 23 | file://99avahi-autoipd \ |
24 | file://initscript.patch \ | 24 | file://initscript.patch" |
25 | file://fix_for_automake_1.11.2.patch" | ||
26 | 25 | ||
27 | USERADD_PACKAGES = "avahi-daemon" | 26 | USERADD_PACKAGES = "avahi-daemon" |
28 | USERADD_PARAM_avahi-daemon = "--system --home /var/run/avahi-daemon \ | 27 | USERADD_PARAM_avahi-daemon = "--system --home /var/run/avahi-daemon \ |
@@ -113,6 +112,7 @@ do_install() { | |||
113 | # if /var/run become non-empty in the future, need to install it via volatile | 112 | # if /var/run become non-empty in the future, need to install it via volatile |
114 | rm -rf ${D}/var/run | 113 | rm -rf ${D}/var/run |
115 | rm -rf ${D}${datadir}/dbus-1/interfaces | 114 | rm -rf ${D}${datadir}/dbus-1/interfaces |
115 | rm -rf ${D}/usr/lib/avahi | ||
116 | } | 116 | } |
117 | 117 | ||
118 | do_install_avahi-autoipd() { | 118 | do_install_avahi-autoipd() { |