mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
libtool: Changes to enable sysroot support
* Added OE patches by Khem Raj which enable sysroot support and rename the command line option --with-sysroot to --with-libtool-sysroot to avoid conflicts with binutils and gcc * Removed obsolete cross_compile.patch * Changed SRC_URI_append to SRC_URI += * PR bump for all recipes Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
@@ -10,7 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
file://trailingslash.patch \
|
||||
file://prefix-manpage-fix.patch "
|
||||
file://prefix-manpage-fix.patch \
|
||||
file://rename-with-sysroot.patch \
|
||||
file://resolve-sysroot.patch \
|
||||
file://use-sysroot-in-libpath.patch"
|
||||
|
||||
do_compile_prepend () {
|
||||
# Sometimes this file doesn't get rebuilt, force the issue
|
||||
|
||||
Reference in New Issue
Block a user