mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 11:13:17 +00: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: 3c61c6f20187154d677085fc9ccdcd762d4cdf3a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3539c214dd
commit
0e7806771e
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user