]> code.ossystems Code Review - openembedded-core.git/commit
mc: fix configure with automake 1.11.2
authorDexuan Cui <dexuan.cui@intel.com>
Wed, 4 Jan 2012 09:33:18 +0000 (17:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jan 2012 11:25:15 +0000 (11:25 +0000)
commit6a6b78180d2d7f8dbab02e96927de5a049c9a3ed
tree132070a9d969a42d6c76eab74f053296d44c1bd2
parente19586765af518892ed55d9bfd45d0857566ae98
mc: fix configure with automake 1.11.2

As Nitin said, "automake version 1.11.2 has made use of dir variables
more strict, the pkglibexec var can not have SCRIPTS suffix. Using pkgdata
instead."

Fixes this error:
| contrib/Makefile.am:10: `pkglibexecdir' is not a legitimate directory for `SCRIPTS'
| autoreconf: automake failed with exit status: 1
NOTE: package mc-4.8.1-r0: task do_configure: Failed

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/mc/files/fix_for_automake_1.11.2.patch [new file with mode: 0644]
meta/recipes-extended/mc/mc_4.8.1.bb