From 0e7806771e8195b086ae1e3ae3a5c5154d48f898 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Sep 2021 11:17:05 +0100 Subject: 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 --- meta/recipes-devtools/libtool/libtool_2.4.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/libtool/libtool_2.4.6.bb') 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 @@ require libtool-${PV}.inc -SRC_URI += "file://multilib.patch file://debian-no_hostname.patch" +SRC_URI += "file://multilib.patch" RDEPENDS:${PN} += "bash" -- cgit v1.2.3-54-g00ecf