]> code.ossystems Code Review - openembedded-core.git/commit
libtool: Fix problem with libtoolize in multilib installations
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jul 2018 17:00:01 +0000 (17:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2018 21:41:15 +0000 (22:41 +0100)
commitf70040fd3ca3508d33ed24c749c0b8095b020dab
treec369ebf47621f2bc4c470fa080a352ee2de24429
parent18e837433d07cfdce4019c13f682c6676425a2ad
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool/multilib.patch [new file with mode: 0644]
meta/recipes-devtools/libtool/libtool_2.4.6.bb