]> code.ossystems Code Review - openembedded-core.git/commit
libtool: make sure autoheader run before automake
authorMingli Yu <mingli.yu@windriver.com>
Tue, 13 Apr 2021 09:00:11 +0000 (17:00 +0800)
committerSteve Sakoman <steve@sakoman.com>
Wed, 21 Apr 2021 13:52:04 +0000 (03:52 -1000)
commit0d5dd68a07707f8b8428fe564414e2f5b7433ed5
tree624ae9a8d5edfb59ea449d495703d4cf2d79285f
parent38026e5f94228506ea110f725148d335495265e8
libtool: make sure autoheader run before automake

When use automake to generate Makefile.in from Makefile.am, there
comes below race:
 | configure.ac:45: error: required file 'config-h.in' not found

It is because the file config-h.in in updating process by autoheader,
so make automake run after autoheader to avoid the above race.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1fc0a4a98e65db7efba8bb5cb835101ea5dd865b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/libtool/libtool-2.4.6.inc
meta/recipes-devtools/libtool/libtool/0001-Makefile.am-make-sure-autoheader-run-before-automake.patch [new file with mode: 0644]