mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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,24 @@
|
||||
require libtool-${PV}.inc
|
||||
require remove-buildpaths.inc
|
||||
|
||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:"
|
||||
|
||||
SRC_URI += "file://fixinstall.patch"
|
||||
|
||||
inherit nativesdk
|
||||
|
||||
S = "${WORKDIR}/libtool-${PV}"
|
||||
FILES:${PN} += "${datadir}/libtool/*"
|
||||
|
||||
do_install () {
|
||||
autotools_do_install
|
||||
install -d ${D}${bindir}/
|
||||
install -m 0755 libtool ${D}${bindir}/
|
||||
}
|
||||
|
||||
SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess"
|
||||
|
||||
libtoolnativesdk_sysroot_preprocess () {
|
||||
install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/
|
||||
install -m 755 ${D}${bindir}/libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/libtool
|
||||
}
|
||||
Reference in New Issue
Block a user