mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02: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:
@@ -2,8 +2,7 @@ require libtool-${PV}.inc
|
||||
|
||||
PR = "r1"
|
||||
PACKAGES = ""
|
||||
SRC_URI_append = " file://cross_compile.patch \
|
||||
file://prefix.patch "
|
||||
SRC_URI += "file://prefix.patch"
|
||||
|
||||
do_configure_prepend () {
|
||||
# Remove any existing libtool m4 since old stale versions would break
|
||||
|
||||
Reference in New Issue
Block a user