aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-07-09 06:03:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:03 +0100
commit2fa4618bcf448097b5c28fedddb3093dc0ce4817 (patch)
tree21d9c74c51c43bec5ccd4b3717db4309e1b03b73 /meta/recipes-connectivity/avahi/avahi.inc
parent33ec0e115c5c2e3c86d9389b6cb9e92811385b8f (diff)
downloadopenembedded-core-contrib-2fa4618bcf448097b5c28fedddb3093dc0ce4817.tar.gz
avahi: fix build with automake 1.12.1
added a new patch : fix_for_automake_1.12.x.patch More information in the patch header. (From OE-Core rev: d2662016e5f767c1c2a2d264c10634db600ddc02) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index c118758b98..37ff70dadb 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -14,7 +14,7 @@ SECTION = "network"
# python scripts are under GPLv2+
LICENSE = "GPLv2+ & LGPLv2.1+"
-INC_PR = "r4"
+INC_PR = "r5"
DEPENDS = "expat libcap libdaemon dbus glib-2.0"
@@ -23,6 +23,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
file://99avahi-autoipd \
file://initscript.patch \
file://avahi_fix_install_issue.patch \
+ file://fix_for_automake_1.12.x.patch \
"
USERADD_PACKAGES = "avahi-daemon"