]> code.ossystems Code Review - openembedded-core.git/commit
automake: fix race in parallel builds
authorHongxu Jia <hongxu.jia@windriver.com>
Thu, 26 Jul 2018 08:42:14 +0000 (16:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jul 2018 11:44:28 +0000 (12:44 +0100)
commitef4907f311e3ddedfa3eb8a111cc1d146c19851a
tree7b33679860b233ac123dd402ee6201662e585bb0
parent3e83364ed7031d53f281216214b04c7acace844a
automake: fix race in parallel builds

While native building, there is a parallel failure
[snip]
|: && mkdir -p doc && ./pre-inst-env /usr/bin/env perl
../automake-1.16.1/doc/help2man --output=doc/aclocal-1.16.1
aclocal-1.16
|help2man: can't get `--help' info from aclocal-1.16
|Try `--no-discard-stderr' if option outputs to stderr
Makefile:3693: recipe for target 'doc/aclocal-1.16.1' failed
[snip]

Correct Makefile rule to fix the issue

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/automake/automake/0001-build-fix-race-in-parallel-builds.patch [new file with mode: 0644]
meta/recipes-devtools/automake/automake_1.16.1.bb