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:
@@ -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"
|
||||
Reference in New Issue
Block a user