diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-13 14:47:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:03:12 +0000 |
commit | e8d1d3d32276e25edf3f3c496bfdcc5dac2430a3 (patch) | |
tree | 9bd7433af30b038216600f201e134d9e23707dd2 /meta/recipes-connectivity/avahi/avahi.inc | |
parent | 1bdd2e0d764acc71a7266295b2673284b481e751 (diff) | |
download | poky-e8d1d3d32276e25edf3f3c496bfdcc5dac2430a3.tar.gz |
avahi: Update to 0.6.31
Removed unneeded patch, because the issue was fixed upstream
(From OE-Core rev: b535d953b08c54411a998e7527b4c2323720fcbf)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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() { |