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-30 14:37:37 +0100 |
commit | 1661a4f9710f52acdd784e70575cdeb9f665de2a (patch) | |
tree | 5ff4d00c2f6f91d1f0d121be968ed928e032948c /meta/recipes-extended/groff | |
parent | 99b43fd223c364ed5cd44e7ce41ea0f18dce3e2b (diff) | |
download | poky-1661a4f9710f52acdd784e70575cdeb9f665de2a.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: 0d5dd68a07707f8b8428fe564414e2f5b7433ed5)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/groff')
0 files changed, 0 insertions, 0 deletions