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:25 +0100 |
| commit | 3c1f5940fb94793281c1df841a8bf2ea640c7048 (patch) | |
| tree | 89a8b08b1c7e3c3475407debd6027e5f267052d1 /meta/recipes-devtools/libtool/libtool-2.4.6.inc | |
| parent | d881748096274e847f27bdbbcb182c17ab1282d4 (diff) | |
| download | poky-3c1f5940fb94793281c1df841a8bf2ea640c7048.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: 55372f0b2d8c57954a704a967178c75d19e0af89)
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: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.4.6.inc')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.6.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc index 19a03d4733..e9225e140c 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc | |||
| @@ -22,6 +22,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | |||
| 22 | file://0001-libtool-Fix-support-for-NIOS2-processor.patch \ | 22 | file://0001-libtool-Fix-support-for-NIOS2-processor.patch \ |
| 23 | file://0001-libtool-Check-for-static-libs-for-internal-compiler-.patch \ | 23 | file://0001-libtool-Check-for-static-libs-for-internal-compiler-.patch \ |
| 24 | file://0001-Makefile.am-make-sure-autoheader-run-before-autoconf.patch \ | 24 | file://0001-Makefile.am-make-sure-autoheader-run-before-autoconf.patch \ |
| 25 | file://0001-Makefile.am-make-sure-autoheader-run-before-automake.patch \ | ||
| 25 | " | 26 | " |
| 26 | 27 | ||
| 27 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" | 28 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" |
