mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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: f1cc4b8d7503331f04d3f217ae67d0fd4cc483c5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3c61c6f20187154d677085fc9ccdcd762d4cdf3a) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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-autoconf.patch \
|
||||||
file://0001-Makefile.am-make-sure-autoheader-run-before-automake.patch \
|
file://0001-Makefile.am-make-sure-autoheader-run-before-automake.patch \
|
||||||
file://lto-prefix.patch \
|
file://lto-prefix.patch \
|
||||||
|
file://debian-no_hostname.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e"
|
SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require libtool-${PV}.inc
|
require libtool-${PV}.inc
|
||||||
|
|
||||||
SRC_URI += "file://multilib.patch file://debian-no_hostname.patch"
|
SRC_URI += "file://multilib.patch"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "bash"
|
RDEPENDS_${PN} += "bash"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user