1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

libtool: 2.5.1 -> 2.5.2

(From OE-Core rev: 279e6f4eaa6e47cbd2640c7afe699cda2a796514)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-09-01 19:57:02 +01:00
parent a79034e58b
commit 1be4af3df2
6 changed files with 23 additions and 14 deletions
@@ -0,0 +1,21 @@
require libtool-${PV}.inc
require remove-buildpaths.inc
SRC_URI += "file://multilib.patch"
RDEPENDS:${PN} += "bash"
#
# We want the results of libtool-cross preserved - don't stage anything ourselves.
#
SYSROOT_DIRS_IGNORE += " \
${bindir} \
${datadir}/aclocal \
${datadir}/libtool/build-aux \
"
ACLOCALEXTRAPATH:class-target = ""
inherit multilib_script
MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"