summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-12 14:54:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-13 11:02:19 +0100
commit42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda (patch)
tree0975490ed068f1bf661eb23501e8869c43b3f3c9 /meta/recipes-devtools/libtool
parent9233fdcee28366502565300b777862223b6974de (diff)
downloadpoky-42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda.tar.gz
recipes: Update upstream-status of patches
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r--meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch2
-rw-r--r--meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch2
-rw-r--r--meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch2
-rw-r--r--meta/recipes-devtools/libtool/libtool/prefix.patch2
-rw-r--r--meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch2
-rw-r--r--meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch2
-rw-r--r--meta/recipes-devtools/libtool/libtool/trailingslash.patch2
-rw-r--r--meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch2
8 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch b/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch
index f158171ef7..6cc88d8bdc 100644
--- a/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch
+++ b/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1On some distro the path of utils like sed, grep etc are different than the 3On some distro the path of utils like sed, grep etc are different than the
2buildhost system. 4buildhost system.
3 This was causing runtime issue while running libtoolize from the 5 This was causing runtime issue while running libtoolize from the
diff --git a/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch b/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch
index 402e2c6b51..f3fa55d88a 100644
--- a/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch
+++ b/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch
@@ -1,3 +1,5 @@
1Status: Inappropriate [embedded specific]
2
1Enalbing sysroot support exposed a bug where the final library 3Enalbing sysroot support exposed a bug where the final library
2had an RPATH encoded into it which still pointed to the sysroot. 4had an RPATH encoded into it which still pointed to the sysroot.
3This works around the issue until it gets sorted out upstream. 5This works around the issue until it gets sorted out upstream.
diff --git a/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch b/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch
index 47286699fb..a8a4dcd4f6 100644
--- a/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch
+++ b/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch
@@ -1,3 +1,5 @@
1Status: Inappropriate [embedded specific]
2
1For cross environment, it not possible to run the generated executable. 3For cross environment, it not possible to run the generated executable.
2nstead use the build version of libtool to generate the man pages. 4nstead use the build version of libtool to generate the man pages.
3 5
diff --git a/meta/recipes-devtools/libtool/libtool/prefix.patch b/meta/recipes-devtools/libtool/libtool/prefix.patch
index 70bbd15461..0c98f0ddf4 100644
--- a/meta/recipes-devtools/libtool/libtool/prefix.patch
+++ b/meta/recipes-devtools/libtool/libtool/prefix.patch
@@ -1,3 +1,5 @@
1Status: Inappropriate [embedded specific]
2
1Renames "libtool" -> "${TARGET_PREFIX}libtool" which makes sure 3Renames "libtool" -> "${TARGET_PREFIX}libtool" which makes sure
2it can't be confused with the host libtool. 4it can't be confused with the host libtool.
3 5
diff --git a/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch b/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch
index 8455d950df..9c8696b453 100644
--- a/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch
+++ b/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1This patch renames the --with-sysroot option to --with-libtool-sysroot 3This patch renames the --with-sysroot option to --with-libtool-sysroot
2to avoid namespace conflict with binutils, gcc and other toolchain 4to avoid namespace conflict with binutils, gcc and other toolchain
3components. 5components.
diff --git a/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch b/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
index 54f7f5b736..0341987326 100644
--- a/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
+++ b/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Sometimes .las have =/a/b/c.la in dependency_libs. This should be 3Sometimes .las have =/a/b/c.la in dependency_libs. This should be
2resolved to sysroot. 4resolved to sysroot.
3 5
diff --git a/meta/recipes-devtools/libtool/libtool/trailingslash.patch b/meta/recipes-devtools/libtool/libtool/trailingslash.patch
index 313c26291a..d71a770663 100644
--- a/meta/recipes-devtools/libtool/libtool/trailingslash.patch
+++ b/meta/recipes-devtools/libtool/libtool/trailingslash.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1A command like /bin/sh ../../i586-poky-linux-libtool --mode=install /usr/bin/install -c gck-roots-store-standalone.la '/media/data1/builds/poky1/tmp/work/core2-poky-linux/gnome-keyring-2.26.1-r1/image/usr/lib/gnome-keyring/standalone/' fails (e.g. gnome-keyring or pulseaudio) 3A command like /bin/sh ../../i586-poky-linux-libtool --mode=install /usr/bin/install -c gck-roots-store-standalone.la '/media/data1/builds/poky1/tmp/work/core2-poky-linux/gnome-keyring-2.26.1-r1/image/usr/lib/gnome-keyring/standalone/' fails (e.g. gnome-keyring or pulseaudio)
2 4
3This is because libdir has a trailing slash which breaks the comparision. 5This is because libdir has a trailing slash which breaks the comparision.
diff --git a/meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch b/meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch
index 4d9e90c144..5e2eec949d 100644
--- a/meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch
+++ b/meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1When using sysroot we should append it to libdir, which is helpful in 3When using sysroot we should append it to libdir, which is helpful in
2cross builds as the system is staged in the sysroot. For normal builds, 4cross builds as the system is staged in the sysroot. For normal builds,
3i.e. when lt_sysroot is not set, it will still behave the same and add 5i.e. when lt_sysroot is not set, it will still behave the same and add