From 62dc23953d87babc69a7fbf4b0bd61d093577167 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 21 Dec 2010 10:46:15 -0800 Subject: 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 --- meta/recipes-devtools/libtool/libtool.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/libtool/libtool.inc') diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc index 370d972..bccb769 100644 --- a/meta/recipes-devtools/libtool/libtool.inc +++ b/meta/recipes-devtools/libtool/libtool.inc @@ -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 -- cgit v1.1