1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +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:
Scott Garman
2010-12-21 10:46:15 -08:00
committed by Saul Wold
parent 66988ee0a2
commit 62dc23953d
9 changed files with 896 additions and 46 deletions
@@ -2,12 +2,13 @@ require libtool-${PV}.inc
DEPENDS = ""
PR = "r0"
SRC_URI_append = " file://cross_compile.patch \
file://prefix.patch "
PR = "r1"
SRC_URI += "file://prefix.patch"
inherit native
EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}"
do_configure_prepend () {
# Remove any existing libtool m4 since old stale versions would break
# any upgrade