diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-30 11:17:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-02 23:09:22 +0100 |
commit | 0e7806771e8195b086ae1e3ae3a5c5154d48f898 (patch) | |
tree | c5c0de9f39ed1fc74f6383c84f553ed45ee175b2 /meta/recipes-devtools | |
parent | 3539c214dd657dce97eb32a1536b051c7cfbe3e2 (diff) | |
download | poky-0e7806771e8195b086ae1e3ae3a5c5154d48f898.tar.gz |
libtool: Allow libtool-cross to reproduce
The hostname removal from the script is useful to make libtool-cross
reproduce. Apply the patch everywhere as it doesn't cause any issues.
(From OE-Core rev: 3c61c6f20187154d677085fc9ccdcd762d4cdf3a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.6.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.6.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc index 6748d7468e..7104c98c20 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc | |||
@@ -24,6 +24,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | |||
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 | file://0001-Makefile.am-make-sure-autoheader-run-before-automake.patch \ |
26 | file://lto-prefix.patch \ | 26 | file://lto-prefix.patch \ |
27 | file://debian-no_hostname.patch \ | ||
27 | " | 28 | " |
28 | 29 | ||
29 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" | 30 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" |
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb index 95bbc875f0..fb40ce7317 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libtool-${PV}.inc | 1 | require libtool-${PV}.inc |
2 | 2 | ||
3 | SRC_URI += "file://multilib.patch file://debian-no_hostname.patch" | 3 | SRC_URI += "file://multilib.patch" |
4 | 4 | ||
5 | RDEPENDS:${PN} += "bash" | 5 | RDEPENDS:${PN} += "bash" |
6 | 6 | ||