summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool
diff options
context:
space:
mode:
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 f158171..6cc88d8 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 @@
+Upstream-Status: Pending
+
On some distro the path of utils like sed, grep etc are different than the
buildhost system.
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 402e2c6..f3fa55d 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 @@
+Status: Inappropriate [embedded specific]
+
Enalbing sysroot support exposed a bug where the final library
had an RPATH encoded into it which still pointed to the sysroot.
This 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 4728669..a8a4dcd 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 @@
+Status: Inappropriate [embedded specific]
+
For cross environment, it not possible to run the generated executable.
nstead use the build version of libtool to generate the man pages.
diff --git a/meta/recipes-devtools/libtool/libtool/prefix.patch b/meta/recipes-devtools/libtool/libtool/prefix.patch
index 70bbd15..0c98f0d 100644
--- a/meta/recipes-devtools/libtool/libtool/prefix.patch
+++ b/meta/recipes-devtools/libtool/libtool/prefix.patch
@@ -1,3 +1,5 @@
+Status: Inappropriate [embedded specific]
+
Renames "libtool" -> "${TARGET_PREFIX}libtool" which makes sure
it can't be confused with the host libtool.
diff --git a/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch b/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch
index 8455d95..9c8696b 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 @@
+Upstream-Status: Pending
+
This patch renames the --with-sysroot option to --with-libtool-sysroot
to avoid namespace conflict with binutils, gcc and other toolchain
components.
diff --git a/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch b/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
index 54f7f5b..0341987 100644
--- a/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
+++ b/meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
Sometimes .las have =/a/b/c.la in dependency_libs. This should be
resolved to sysroot.
diff --git a/meta/recipes-devtools/libtool/libtool/trailingslash.patch b/meta/recipes-devtools/libtool/libtool/trailingslash.patch
index 313c262..d71a770 100644
--- a/meta/recipes-devtools/libtool/libtool/trailingslash.patch
+++ b/meta/recipes-devtools/libtool/libtool/trailingslash.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
A 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)
This 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 4d9e90c..5e2eec9 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 @@
+Upstream-Status: Pending
+
When using sysroot we should append it to libdir, which is helpful in
cross builds as the system is staged in the sysroot. For normal builds,
i.e. when lt_sysroot is not set, it will still behave the same and add
OpenPOWER on IntegriCloud