]> code.ossystems Code Review - openembedded-core.git/commit
systemtap: fix configure with automake 1.11.2
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 29 Dec 2011 21:16:52 +0000 (13:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jan 2012 12:10:48 +0000 (12:10 +0000)
commitc0db889441f16232c59c85a8a858bb833bb34b52
tree5ce29319c7fff5f0157650c3942fb4f2a9ff23db
parentd902580c21b8b80f3fb9d88faf46eae4d7b9c276
systemtap: fix configure with automake 1.11.2

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:
| Makefile.am:25: `pkglibexecdir' is not a legitimate directory for
`SCRIPTS'
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
NOTE: package
systemtap-1.6+git1+820f2d22fc47fad6e09ba886efb9b91e1247cb39-r0: task
do_configure: Failed

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-kernel/systemtap/systemtap/fix_for_automake_1.11.2.patch [new file with mode: 0644]
meta/recipes-kernel/systemtap/systemtap_git.bb