]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Oct 2021 13:52:24 +0000 (14:52 +0100)
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>
meta/recipes-devtools/libtool/libtool-2.4.6.inc
meta/recipes-devtools/libtool/libtool_2.4.6.bb

index 6748d7468e74e2bb56a3c0cb815b9050e1bc794e..7104c98c203643f40d1fc3a36723695f76dc0e60 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 95bbc875f096211fe79b1535d7be98e847355e91..fb40ce7317a88704cc6f17bd7acdd15aa8724d6a 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"