summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/avahi/files/fix_for_automake_1.11.2.patch
Commit message (Collapse)AuthorAgeFilesLines
* avahi: fix configure with automake 1.11.2Nitin A Kamble2012-01-031-0/+44
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>