]> code.ossystems Code Review - openembedded-core.git/commit
avahi: fix configure with automake 1.11.2
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 28 Dec 2011 19:59:52 +0000 (11:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jan 2012 12:10:47 +0000 (12:10 +0000)
commitea7e61c14f7fcf917ea1cf4811e5cceb5003a030
treed776dff7dda840a8cc2c4bbaadcf68bbe1ab909c
parent893ce9db79a5c4cca8a6b6ed6a9cec81777aba2f
avahi: fix configure with automake 1.11.2

automake version 1.11.2 has made use of dir variables more strict.
use of pkglibdir with DATA var results in automake errors.
  This commits uses pkgdatadir var instead of pkglibdir to avoid
the strict check errors.

Fixes this error:
service-type-database/Makefile.am:21: `pkglibdir' is not a legitimate
directory for `DATA'
autoreconf: automake failed with exit status: 1
ERROR: autoreconf execution failed.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-connectivity/avahi/avahi.inc
meta/recipes-connectivity/avahi/files/fix_for_automake_1.11.2.patch [new file with mode: 0644]