mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
libtool: Fix problem with libtoolize in multilib installations
Without this patch /usr/bin/libtoolize is different for each multilib since their host-triplets are different, despite there being no difference in the functionality of libtoolize itself. This change just patches out the problematic line since its just a comment for the user in help text. Ugly but solves the problem. This fixes issues where libtool and libXX-libtool couldn't be installed into the same system. (From OE-Core rev: f70040fd3ca3508d33ed24c749c0b8095b020dab) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
require libtool-${PV}.inc
|
||||
|
||||
SRC_URI += "file://multilib.patch"
|
||||
|
||||
RDEPENDS_${PN} += "bash"
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user