mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Rebased patches to the newer source code and deleted resolve-sysroot.patch
since its already applied upstream
merged libtool-2.4.2.inc & libtool.inc files
replaced PR with ${INC_PR}.0
(From OE-Core rev: aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
366 B
BlitzBasic
16 lines
366 B
BlitzBasic
require libtool-${PV}.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
#
|
|
# We want the results of libtool-cross preserved - don't stage anything ourselves.
|
|
#
|
|
SYSROOT_PREPROCESS_FUNCS += "libtool_sysroot_preprocess"
|
|
|
|
libtool_sysroot_preprocess () {
|
|
rm -rf ${SYSROOT_DESTDIR}${bindir}/*
|
|
rm -rf ${SYSROOT_DESTDIR}${datadir}/aclocal/*
|
|
rm -rf ${SYSROOT_DESTDIR}${datadir}/libtool/config/*
|
|
}
|
|
|