mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
addded a new patch: libtool/avoid_absolute_paths_for_general_utils.patch This fixes [BUGID #154] This fixes [BUGID #734] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
16 lines
357 B
BlitzBasic
16 lines
357 B
BlitzBasic
require libtool-${PV}.inc
|
|
|
|
PR = "r2"
|
|
|
|
#
|
|
# 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/*
|
|
}
|
|
|