diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-04-13 17:00:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-18 11:37:26 +0100 |
commit | 25e1aabea63aaf6db8a5e9505cd0d20e48049d33 (patch) | |
tree | 310cb3f93475b26eb758e75ec5abd82a8bab12aa /meta/recipes-kernel/modutils-initscripts | |
parent | 55c1c00456393dc6583da8dbcab2ec0d040d1822 (diff) | |
download | poky-25e1aabea63aaf6db8a5e9505cd0d20e48049d33.tar.gz |
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.
(From OE-Core rev: 1fc0a4a98e65db7efba8bb5cb835101ea5dd865b)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/modutils-initscripts')
0 files changed, 0 insertions, 0 deletions