diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-03-24 14:48:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-28 22:28:26 +0100 |
commit | 8d9dbbdd4a16ddac894a7d963d6450ac5ba07717 (patch) | |
tree | d822fb64eb00f62f101c9ce712842fcad771d2d4 /meta/recipes-core | |
parent | 946007fd4c4273e580dfe926db671107c413cf19 (diff) | |
download | poky-8d9dbbdd4a16ddac894a7d963d6450ac5ba07717.tar.gz |
libtool: make sure autoheader run before autoconf
autoheader will update ../libtool-2.4.6/libltdl/config-h.in which
autoconf needs, so there comes a race sometimes as below:
| configure.ac:45: error: required file 'config-h.in' not found
| touch '../libtool-2.4.6/libltdl/config-h.in'
So make sure autoheader run before autoconf to avoid this race.
(From OE-Core rev: d8451cbef5906b67756582fdfc44eb01ed3512fc)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions