]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtool: Allow libtool-cross to reproduce
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Sep 2021 10:17:05 +0000 (11:17 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 19 Oct 2021 14:04:49 +0000 (04:04 -1000)
The hostname removal from the script is useful to make libtool-cross
reproduce. Apply the patch everywhere as it doesn't cause any issues.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3c61c6f20187154d677085fc9ccdcd762d4cdf3a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/libtool/libtool-2.4.6.inc
meta/recipes-devtools/libtool/libtool_2.4.6.bb

index 1bac81331d75c2d86405c43f7d0d75ac3fd1055e..c8744e6d5fe2d6e489072afbba76b3e028b8b36b 100644 (file)
@@ -24,6 +24,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
            file://0001-Makefile.am-make-sure-autoheader-run-before-autoconf.patch \
            file://0001-Makefile.am-make-sure-autoheader-run-before-automake.patch \
            file://lto-prefix.patch \
+           file://debian-no_hostname.patch \
           "
 
 SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e"
index a5715faaa959ffd4b2ad924c9dba4a4274df8d35..f5fdd00e5eec6c15dfb63f2e3cbad5ade1d92c1d 100644 (file)
@@ -1,6 +1,6 @@
 require libtool-${PV}.inc
 
-SRC_URI += "file://multilib.patch file://debian-no_hostname.patch"
+SRC_URI += "file://multilib.patch"
 
 RDEPENDS_${PN} += "bash"