mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
libtool: avoid absolute pathnames of general utils
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>
This commit is contained in:
committed by
Richard Purdie
parent
3c314b9b2a
commit
489465b82b
@@ -14,7 +14,8 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
file://rename-with-sysroot.patch \
|
||||
file://resolve-sysroot.patch \
|
||||
file://use-sysroot-in-libpath.patch \
|
||||
file://fix-final-rpath.patch"
|
||||
file://fix-final-rpath.patch \
|
||||
file://avoid_absolute_paths_for_general_utils.patch "
|
||||
|
||||
do_compile_prepend () {
|
||||
# Sometimes this file doesn't get rebuilt, force the issue
|
||||
|
||||
Reference in New Issue
Block a user